/* CSS Template by gorotron */
*{
/*margin:0 !important;*/
margin:0;
padding:0;
}
body {
	background-image:url(hg.jpg);
	background-repeat:repeat-x;
	background-color:#000000;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:12px;
}
body h2 {
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
font-weight:bold;
color:#CCCCCC;
}
#container {
	margin:0 auto;
	width:702px;
	height:auto;
	text-align:left;
}

#home {
		width:700px;
		height:600px;
		margin:0 auto;
		margin-top:100px;
		border: 1px solid #535668;
		background: #000000;
}
#home div.box {
	float:left;
		width:700px;
		height:279px;
	}
	#home div.leftbox {
	float:left;
		width:345px;
		height:600px;
	}
	#home div.rightbox {
		float:right;
		width:355px;
		height:600px;
	}
	
	








