@charset "utf-8";
/* CSS Document */
a					{text-decoration: none}
a:link				{text-decoration: none}
a:visited			{text-decoration: none}
a:hover				{text-decoration: none}

BODY 	{
	background-image: url(img/layout/background.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-attachment:fixed;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
	height:100%;
}

#content			{font-family:"Calibri", "Lucida Sans Unicode", "Lucida Grande", sans-serif; font-size:12px; line-height:12px; color:#FFFFFF; 
				 	padding:40px; 
				 	background:url(img/layout/content_bg.png);
				 	position: absolute;
				 	left: 50%;
	 			 	top: 0px;
	 			 	margin-left: -390px;
				 	width: 700px;
					}
				
#content a			{color:#2997FF; font-weight:bold}
#content a:hover	{color:#FFF;}

#contentCenter		{font-family:"Calibri", "Lucida Sans Unicode", "Lucida Grande", sans-serif; font-size:12px; line-height:12px; color:#FFFFFF; 
				 	padding:40px; 
				 	background:url(img/layout/content_bg.png);
				 	position: absolute;
				 	left: 50%;
	 			 	top: 50%;
	 			 	margin-left: -290px;
					margin-top: -170px;
				 	width: 500px;
					}
					
#contentCenter a			{color:#2997FF; font-weight:bold}
#contentCenter a:hover		{color:#FFF;}

#footer			{font-size:10px; line-height:10px;}