body {
	background-color:#ACADB0;

	}

	
	
#main {
	position:absolute;
	width:800px;
	height:650px;
	top:50%;
	left:50%;
	margin: -325px 0px 0px -400px;
	background-color:#FFFFFF;
	border:1px solid #666666;
	z-index:1;
	}

#content {
	position:absolute;
	width:760px;
	height:470px;
	top:20px;
	left:20px;
	background-color:#FFFFFF;
	text-align:center;
	z-index:2;
	}
	
#logo {
	position:absolute;
	width:570px;
	height:170px;
	top:50px;
	left:240px;
	background-image:url(logo.gif);
	background-repeat:no-repeat;	
	z-index:3;
	}
	
#text {
	position:absolute;
	width:500px;
	height:200px;
	top:250px;
	left:140px;
	color:#666666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	z-index:3;
	}
	
#images {
	position:absolute;
	width:760px;
	height:120px;
	top:490px;
	left:0px;
	background-color:#FFFFFF;
	/*border-bottom-style:solid;
	border-bottom-color:#666666;
	border-bottom-width:thin;*/
	border-top-style:solid;
	border-top-color:#666666;
	border-top-width:thin;	
	z-index:3;
	}	

