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

*{margin:0;padding:0}

body {
	background: #000;
	text-align: center;
	margin-top: 18px;
	}

#container {
	width: 992px;
	margin: 0 auto;
	}

#top {
	height: 55px;
	width: 992px;
	background: #00759d url('images/top-title.gif') center center no-repeat;
	margin-bottom: 3px;
	}

#main {
	height: 487px;
	width: 707px;
	padding: 151px 0 0 285px;
	background: #00759d url('images/bottom-bg.gif') center center no-repeat;
	}

#main a:link, #main a:visited {
	display: block;
	width: 422px;
	height: 393px;
	background: url('images/button.jpg') top center no-repeat;
	}

#main a:hover, #main a:active {
	background: url('images/button.jpg') bottom center no-repeat;
	}