﻿* { margin: 0; padding: 0; }

body { background: #c0deed; font-family: Arial,Helvetica,sans-serif; font-size: 14px; }

#mainContainer {  }

.centeredContent {
	text-align: center;
	width: 650px;
}

#animate-area	{ 
	position: absolute; top: 50px; left: 0;
	width: 800px; height: 190px;
	background-image: url('images/bg-clouds.png');
	background-position: 0px 0px;
	background-repeat: repeat-x;
}

#top-darker-blue {
	position: absolute; top: 0; left: 0;
	width: 800px; height: 50px;
	background-color: #8ec1da;
}

#topbox {
	position: absolute; top: 0; right: 20px;
	width: 383px; height: 48px;
	background: url('images/topbox.png') top left no-repeat;
	padding: 9px 0 0 30px;
}

a { color: #3e6477; text-decoration: none; }