@charset "utf-8";
/* CSS Document */

#bg
{
	margin:auto;
	width: 1280px;
	height: 1250px;
	overflow:hidden;
	background:url(images/background.jpg) no-repeat top center;
	
	}
#container
{
	margin:auto;
	width:950px;
	text-align:center;
	
	}

#header
{
	margin:auto;
	width:950px;
	text-align:center;
	height:190px;
	margin-top:10px;
	}
#logo
{
	margin:auto;
	width:950px;
	text-align:center;
	height:180px;
	margin-top:45px;
	}
#content
{
	/*margin:auto;*/
	width:945px;
	text-align:center;
	height:660px;
	margin-top:25px;
	/*overflow:auto;*/
	color:#FFF;
	}
#footer
{
	margin:auto;
	width:950px;
	color:#FFF;
	}
.text
{
	font-family:"Times New Roman", Times, serif;
	text-align:justify;
	padding-left:10px;
	padding-right:10px;
	
	}
.dropcap { 
	display: block; 
	float:left; 
	font: 4em/75% "Times New Roman", Times, serif ;
	padding: 4px 8px 0 0; }
.textfield
{
border: 2px solid #121212;
background: #000 ;
color: #ffffff;
font-size: 0.9em;
width: 150px;
	}