@charset "utf-8";
/* CSS Document */

body			{ background: #fcfcfc url(bg.jpg) no-repeat center center fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; }

.container		{ background: rgba(255,255,255,0.7); position: absolute; top: 50%; margin-top: -193px; height: 286px; left: 0; right: 0; padding: 50px; 
				  -webkit-box-shadow:  0px 5px 10px 0px rgba(0, 0, 0, 0.5); box-shadow:  0px 5px 10px 0px rgba(0, 0, 0, 0.5); }
.content		{ width: 960px; margin: 0 auto; font-family: Helvetica, sans-serif; text-shadow: white 1px 1px; }
.content td		{ width: 50%; vertical-align: middle; }

.content h1		{ height: 84px; color: #404041; font-size: 35px; text-align: justify; text-transform: uppercase; margin: 0; margin-top: 46px; }
.content p		{ height: 110px; font-size: 18px; color: #58585a; text-transform: uppercase; text-align: justify; margin: 0;  }

.vertical-line	{ display: inline-block; margin-right: 50px; float: left; height: 286px; width: 1px; border-right: 1px solid #fff; background: #ccc; }

a			{ color: #0e703b; text-decoration: none; }
a:hover		{ color: #404041; }