@charset "utf-8";
/* CSS Document */

body {
	background: #252525;
	margin: 0;
}

#page
{
	margin-left: auto;
  	margin-right: auto;
	width: 1024px;
  	margin-top: 0;
}

#splash {
	background: url(../../imgs/mbucreations/canvas2009_splash_v2.0.png) center no-repeat;
	text-align:center;
	height:768px;
	width: 1024px;
}

#gateway
{
	position: relative;
	padding: 580px 10px 0px 325px;
}

#gateway a
{
	font: Verdana, Arial, Helvetica, sans-serif;
	color:#e0e0e0;
	font-size: 36px;
	font-weight: bold;
	text-decoration: none;
	border: none;
}

#gateway a:hover
{
	color: #445878;
	text-decoration:none;
	border: none;
}

#gateway a:active, a:visited
{
	border: none;
	text-decoration:none;
}