@charset "UTF-8";
/* CSS Document */

body {
	background-color: #ccffff;
	padding-top:10px;
	height:768px;
	overflow:hidden;
}

text {
	font:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#666;
}

img {
	border:0px;
}

.button {
	position:relative;
	top:-130px;
	
	
}
#container {
	width:950px;
	height:800px;

}

#info {
	text-align:center;
	position:relative;
	float:none;
	top:-490px;
	
	z-index:1;
	
}

#left {
	width:150px;
	float:left;
	z-index:2;
	position:relative;
		
	
}

#right {
	width:150px;
	float:right;
	z-index:3;
	position:relative;
	
	
}



h1 {
	font: bold 24pt Arial, Helvetica, sans-serif;
}
a:link {
	color: #00799F;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #077AA0;
}
a:hover {
	text-decoration: none;
	color: #09F;
}
a:active {
	text-decoration: none;
	color: #09F;
}