body {
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
/*	font: normal 12px Lucida Sans, Georgia, "Times New Roman", Times, serif; */
	color: #000;
	background: #000 url(../images/splash_back.jpg) no-repeat center top;
	padding: 0;
	margin:0;
}

	a:link, a:active, a:visited {
	text-decoration: none;
	background-color:inherit;  
	color: #005b70;
}
	a:hover {
	text-decoration: underline;
	background-color:inherit; 
	color: #004665;
}

/* Strip out all nasty pre-formatting */

:link,:visited { 
	text-decoration:none; 
}

a:focus, a:active {
    outline: none;
}

h1,h2,h3,h4,h5,h6,pre,code { 
	font-size:1em; 
}

ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input{ 
	margin:0; padding:0; 
}

a img,:link img,:visited img { 
	border:none; 
}

address { 
	font-style:normal; 
}

/* Layout Stuff */

.splash {
	background: #000 url(../images/splash.jpg) no-repeat center top;
	width: 970px;
	height: 1038px;
}


#wrapper {
	position: relative;
	width:970px;
	padding:0;
	margin: auto;
}

	
.clear 	{
    clear:both;
	line-height:0px;
	font-size:1px;
	border:0;
	margin:0;
	padding:0;
}

.link {
	width:970px;
	height: 500px;
}


.copy {
	width:770px;
	background: url(images/maxis_r6_c2.html) no-repeat;
	height: 31px;
	text-align: center;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
}

.copy p {
	color: #be6c10;
	background-color: transparent;
	margin: 0;
	padding: 14px 0 0 0;
}

	.copy p a:link, .copy p a:active, .copy p a:visited {
	text-decoration : underline;
	background-color: #fff;
	color: #be6c10;
	}
	.copy p a:hover {
	text-decoration : none;
	background-color: #fff;
	color: #be6c10;
	}

