@font-face {
    font-family: 'liberation_sansregular';
    src: url('liberationsans-regular-webfont.eot');
    src: url('liberationsans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('liberationsans-regular-webfont.woff') format('woff'),
         url('liberationsans-regular-webfont.ttf') format('truetype'),
         url('liberationsans-regular-webfont.svg#liberation_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

* { margin: 0px; padding: 0px; }
a img { border: none; }
body {
	background: url("images/bg.png") repeat-x #bbe1f2;
	font-family: "liberation_sansregular", sans-serif;
	color: #717171;
}
a { color: #717171; }
h2 { color: #0087cb; }
.clear { clear: both; display: block; }
#centerBody { width: 895px; margin: auto; background: url("images/bg_nebula.png") no-repeat; }
#body {
	background: url('images/body_middle.png') repeat-y;
	text-align: center;
	line-height: 60px;
	min-height: 280px;
}
#clock {
	background: url("images/clock.png") bottom left no-repeat;
	margin: auto;
	height: 280px;
	width: 862px;
}
#footer { background: url('images/body_footer.png') repeat-y; padding: 0px 30px 10px 30px; }
	#footer img { vertical-align: middle; }
	#divider { margin-left: -14px; padding-bottom: 10px; }
	.left { float: left; width: 50%; }
	.right { float: right; width: 50%; text-align: right; }