/* CSS Document - Basic CSS for Basic Template */
html, body, ul,ol,li,p,h1,h2,h3,h4,h5,h6,form, fieldset, a {
	margin:0;
	padding:0;
	border:0;
}
body {	
	background-color: #000000
}
#contentwrapper {
	position: absolute;
	height: auto;
	width: 760px;
	left: 0px;
	top: 125px;
	z-index: 21;
}
#pagetitle {
	position:absolute;
	top:17px;
	left:446px;
	width:242px;
	height:auto;
	z-index:24;
	font-size: 20px;
	color: #FFFFFF;
	text-align: center;
}
