body {
	margin:0px;
	margin-top:10px;
	width:100%;
	height:100%;
	background-color:#1c1c1c;
}
a {
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:0;
	text-decoration:none;
}

img, div, a, input { behavior: url(/iepngfix/iepngfix.htc) }

img {
	border:0px;
}

form {
	padding:0;
	margin:0;
}

#container {
	position:absolute;
	left:50%;
	width:990px;
	min-height:700px;
	margin-left:-495px;
	background-color:#1c1c1c;
}

#header {
	height:571px;
	width:100%;
	float:left;
	margin-bottom:30px;
}
#mainpage {
	width:990px;
	min-height:600px;
	float:left;
}

#menu {
	float:left;
	width:990px;
	height:35px;
}

#slider {
	float:left;
	width:100%;
	height:220px;
	margin-bottom:10px;
}
#left_col {
	float:left;
	width:160px;
	margin-right:10px;
	min-height:300px;
}
#central_col {
	float:left;
	width:650px;
	margin-right:10px;
	min-height:300px;
}
#right_col {
	float:left;
	width:160px;
	min-height:300px;
}

