
body{
	background-color:#000;
	color:#FFF;
	font-family:verdana;
	font-size:12px;
	abackground-color:#333;
	}
#container
	{
	position:absolute;
	border:1px solid #FFF;
	width:780px;
	height:380px;
	background:#000 url("../images/main_bg.jpg") bottom left no-repeat;
	top: 50%;
    left:50%;
	margin-left: -370px; /* half of width */
    margin-top: -190px;  /* half of height */
	}
#container1
	{
	position:absolute;
	border:1px solid #FFF;
	width:780px;
	height:380px;
	background:#000 url("../images/bg2.jpg") bottom right no-repeat;
	top: 50%;
    left:50%;
	margin-left: -370px; /* half of width */
    margin-top: -190px;  /* half of height */
	}
#container #title
	{
    margin:0px;
    padding:0px;
    }
#container #title h1
	{
	float:right;
	margin-top:100px;
	margin-right:30px;
	margin-bottom:5px;
	background:url("../images/main_title.jpg") bottom left no-repeat;
	width:441px;
	height:26px;
	}
#container #title h1 span
	{
	display:none;
	}
#title h2
	{
	height:26px;
	background:url("../images/main_title.jpg") top left no-repeat;
	padding:0px;
	margin:20px;
	margin-bottom:3px;
	}
#container1#title h2 span
	{
	display:none;
	}
#container #mainmenu ul
	{
	width:400px;
	list-style:none;
	padding:0px;
	float:right;
	margin-top:10px;
	margin-right:35px;
	}
#container #mainmenu li
	{
	display:inline;
	margin-left:12px;
	margin-right:12px;
	}
#container #mainmenu a{
	margin-top:5px;
	color:white;
	text-decoration:none;
	font-size:11px;
	}
#container #mainmenu a:hover
	{
	color:#01d6f6;
	}

#container1 #title h2 span
	{
	display:none;
	}

#container1 #mainmenu1 ul{
	list-style:none;
	padding:0px;
	margin:0px;
	width:441px;
	margin-left:20px;
	margin-bottom:20px;
	}
#container1 #mainmenu1 li
	{
	display:inline;
	margin-left:0px;
	margin-right:15px;
	}
#container1 #mainmenu1 a
	{
	color:white;
	text-decoration:none;
	font-size:11px;
	}
#container1 #mainmenu1 a:hover
	{
	color:#01d6f6;
	}
#container1 #content
    {
	border:1px solid #666;
	height:auto;
	padding:15px;
    width:360px;
	margin-left:20px;
	color:#FFF;
	font-family:verdana;
	font-size:12px;
    }
#container1 #content a
	{
	color:#FFF;
	text-decoration:none;
	}
#container1 #content a:hover
	{
	color:#01d6f6;
	}
#content .label
	{
	font-weight:bold;
	margin-bottom:4px;
	}
#content .text
	{
	margin-left:15px;
	margin-bottom:10px;
	}
#content p
	{
	margin:0px;
	padding:0px;
	margin-bottom:10px;
	line-height:1.4em;
	}
#content p.main
	{
	font-weight:bold;
	}
