body{
	background-color:#800080;
	text-align:center;
}

*{
	margin:0px;
	padding:0px;
	top:0px;
	left:0px;
}

#site{
	margin-left:auto;
	margin-right:auto;
	margin-top:15px;
	position:relative;
	text-align:left;
	width:750px;
	background-color:#800080;
}

#top{
	background-image:url(images/top.gif);	
	width:750px;
	height:145px;
	
}

#left{
	height:575px;
	width:250px;
	position:relative;
	background-color:#400040;
	float:left;
}

#left p{
	position:relative;
	height:310px;
	width: 173px;
	left:40px;
	top: 85px;
}

#content{
	font-family:Palatino Linotype;
	color:#000000;
	background-color:#800080;
	height:575px;
	width:500px;
	position:relative;
	float:right;
}

#bottom{
	background-image:url(images/bottom.gif);	
	position:relative;
	width:750px;
	height:145px;
	float:left;
	color:#000000;
}