/* -- LINKS -- */

a:link 				{color: #333366;}
a:visited			{color: #333366;}
a:hover				{color: #ff0000;}


/* -- BODY -- */

body {
	background: #000 url(images/bg_top.jpg) no-repeat top center;
	margin: 0;
	}

#splash
{
	margin: 50px 0 0 0;
	width: 99.99%;
	height: 540px;
	border-color: #264132;
	border-width: 1px 0px 1px 0px;
	border-style: solid;
	color: #fff;
	text-align: center;
}

#buttons {
	margin: 193px auto 0 auto;
	padding: 0 0 0 10px;
	width: 688px;
	height: 200px;
	border-width: 0 0 0 10px;
	}

	#button-left {float: left;}
	
	#button-right {float: right;}

#footer {
	margin: 19px 0 0 0;
	text-align: center;
	}
