body {
	background-color: #002B00;
}
#main {
	
	width: 100%;
	background: url(../images/aquatile.jpg);
}
#page {
	width: 800px !important; /*For standards compliant browsers.*/
	width: 800px;
	height: 400px;
	background: url(../images/CKfrontpage.jpg) no-repeat;
}
.topspace {
	background-color: #002B00;
	height: 85px;
}

p {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: normal;
    text-align: center;
	color: #ffffff;

}
a {
  color: #ffffff;
  text-decoration: none;
}

a:visited {
  color: #00C3C3;
  text-decoration: none;
}

a:hover {
  color: #00C3C3;
  text-decoration: underline;
}
