.content_body
{
	position:absolute;
	left: 0px;
	top: 0px;
	height: 500px;
	width: 750px;
	//background-image: url('images/background_test.gif');
	//background-repeat: no-repeat;
	//background-attachment: fixed;
	//background-position: 500px 0px
}

.copy {
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align:justify;
	color: #333333;
	width: 400px;
	left: 100px;
	top: 100px;
	margin: 0px;
	padding: 0px;
	clear: none;
	float: none;
}


.cta {
	position: absolute;
	left: 520px;
	top: 20px;
	width: 200px;
}

.image_1
	{
	position:absolute;
	left: 520px;
	top: 100px;
	width: 200px;
	height: 400px;
	background-image:url('images/image_1_test.gif');
}

.image_2
	{
	position:absolute;
	left: 50px;
	top: 400px;
	width: 400px;
	height: 100px;
	background-image:url('images/image_2_test.gif');
}

//a:link {
//text-decoration: none;
//color: #ffffff;
//}

//a:visited {
//text-decoration: none;
//color: #ffffff;
//}

//a:hover {
//text-decoration: none;
//color: #ffffff;
//}

//a:active {
//text-decoration: none;
//color: #ffffff;
//}

body {
text-align:center;
font-size: 11px;
font-family: 'Tahoma';
top:5px; 
left:5px; 
padding:5px;
background-color:#cccccc
}

#box {
margin:0 auto;
text-align: left;
border:1px solid;
align:center;
width:780px;
// original height:700px;
height:710px;
max-height:710px;
//height:880px;
background-color:#ffffff;
bgcolor:#ffffff;
}

#head{
height:120px;
z-index:5;
}

#main {
position:relative;
width:770px;
font-size: 14px;
// orginal height:500px;
height:510px;
max-height:510px;
//height:680px;
margin-left:5px;
margin-right:5px;
margin-top:5px;
margin-bottom:5px;
overflow:auto;
z-index:0;

}

#foot {
height:70px;
}