/*
ROBERTS CACTI PLACEHOLDER
Coded by Andrew Roberts 22-Jun-08
*/

body{
	background: #FFFFFF;
}

#container {
	width: 700px;
	margin: 50px auto;
	text-align: left;
	padding: 0px;
	background: #FFFFFF;
	
}
table{
	width: 100%;
	height: 100%;
}
#title{
	width: 700px;
	height: 120px;
	text-align: center;
}
#details{
	margin-top: 70px;
	width: 700px;
	height: 200px;
	text-align: center;
	border: 1px;
	border-style: double;
}
#footer{ 
	width: 700px;
	position: absolute; 
	padding: 0px;
	bottom: 0px; 
	text-align: center;
	margin-bottom: 20px;
	font-size: 15px; 
	font-family: Arial;
} 
