html {
	background: url(../images/static/backgrounds/backgroundtile_snakeskin.jpg) repeat center top #2a2727;
}
body {
	background: url(../images/static/backgrounds/effectslayer_snakeskin.jpg) repeat-x center top;
}
#main {
	min-height: 620px;
}
#main p {
	float: left;
	clear: both;
	color: #fff;
	font-size: 1.2em;
	line-height: 1.4em;
	margin-bottom: 28px;
	width: 350px;
}
#main h2 {
	border-bottom: 2px solid #ad966b;
	float: left;
	clear: both;
	color: #ad966b;
	font-size: 1.8em;
	font-style: normal;	
	padding-bottom: 7px;
	margin: 13px 0;
	width: 350px;
}
#main ul li {
	font-size: 1.2em;
	float: left;
	clear: both;
	margin-bottom: 11px;
	width: 350px;
}
#main ul li a {
	color: #fff;
}