html { height:100%; }
body {
	margin:0;
	padding:0;
	font-family:arial, helvetica, sans-serif;
	color:#555;
	font-size:small;
	text-align:left;
	background: -moz-linear-gradient(center top , #171717 0%, #060606 100%);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#171717), to(#060606));
	background: -webkit-linear-gradient(#171717, #060606);
	}

img {
	padding:0;
	margin:0;
	border:0;
	}	


a, a:visited, a:active  {

	color:#ff3300;
	text-decoration:none;
	

}

a:hover {
	color:#ccc;
	border-bottom:1px dotted #ff3300;
	text-decoration:none;
} 




	
/* layout structure */

#wrap {
	margin-top:80px;
	margin-left:auto;
	margin-right:auto;
	padding:0 0 0 0;
	width:720px;
	background:#121212;
}




#main {
	margin:0;
	padding:0;
	-moz-box-shadow:inset 0 0 3px #030303;
	-webkit-box-shadow:inset 0 0 3px #030303;
	box-shadow:inset 0 0 3px #030303;
	background: -moz-linear-gradient(center top , #191919 0%, #121212 100%);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#191919), to(#121212));
	background: -webkit-linear-gradient(#191919, #121212);
}
	



#content  {
	position:relative;
	margin:0;
	padding:0 40px;
	height:420px;
}
	

#content h1 {
	position:absolute;
	bottom:0;
	right:18px;
	font-weight:normal;
	font-size:20px;
	
}
#content h2 {
	position:absolute;
	bottom:0;
	left:18px;
	font-weight:normal;
}
#content p {
	position:absolute;
	top:20px;
	margin-top:0;
	text-align:left;
	font-size:96%;
	line-height:1.4em;
	color:#aaa;
}