.body{
font-family:Arial, Helvetica, sans-serif;
font-size: 12px;
color:#999999;
}




/*************************************************************************************************** WRAPPER */

#topcurve{
	position: absolute;
	left:200px;
	width:640px;
	height:150px;
	top: 340px;
	left: 0px;
}

#bottompcurve{
	position: absolute;
	left:200px;
	width:640px;
	height:50px;
	top: 0px;
	left: 0px;
}


#wrapper{
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:640px;
	height:600px;
	top: 20px;
	border: 1px;
	border-color:#222222;
	border-style: solid;
}

#footer{
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:640px;
	height:100px;
	top: 30px;
	border: 0px;
	border-color:#222222;
	border-style: solid;
}
