/* CSS Document */

body{
	margin:0;
	padding:10px;
	background-image: url("../img/background.png");
	background-position:top center;
	background-repeat:no-repeat;
	background-color:#d8d8d8;
	font-size:16px;
	font-family:"Century Gothic", sans-serif;
	color:#3b5587;
}

	a 			{color:#3b5587; text-decoration:none;}
	a:link 		{color:#3b5587; }
	a:visited 	{color:#9e0b0f;} /*4985fe*/
	a:hover 	{color:#9e0b0f; cursor:hand; cursor:pointer; text-decoration:underline;}
	a:active 	{ }
	
	
	
#content{
     width:1200px;
	 height:auto;
     margin-left:auto;
     margin-right:auto;
     position:relative;
	 text-align:center;
	 font:"Century Gothic", sans-serif;
	 padding-top:20px;
	 
}

