@charset "utf-8";
/* CSS Document */
body{
	background-color:#000;
	margin:0px;
	padding:0px;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-image: url(../images/skin.jpg);
	color:#f2f2f2;
	font-family:"trebuchet ms", Arial, Helvetica, sans-serif;
	font-size:13px;
}

.clear{
	clear:both;
}
.p{
	line-height:145%;
}
h1{
	margin:0px 0px 12px 0px;
}
h2{
	margin:6px 0px;
	color:#CCCCCC;
}
#skin{

}
#wrap{
	width:960px;
	margin:0px;
	padding:0px;
	background-attachment: fixed;
	background-image: url(../images/MaxManus_logo.png);
	background-repeat: no-repeat;
	min-height:600px;


}
#wleft{
	width:160px;
	float:left;
}
#wright{
	float:right;
	width:800px;
	padding:25px 0px 0px 0px;
}

#footer{
	padding:35px 0px;
}

