/* CSS Document */
html {
	height:100%;
	margin:0px;
	padding:0px;
}
body {
	margin: 0;
	padding: 0;
	/*background: #EEE url(../../images/2008/VXR/dayBG.jpg); 
	background-repeat:no-repeat; 
	background-attachment:inherit; 
	background-position:center;*/
	background-color: #000000;
	voice-family: inherit;
	height:100%;
}

#mainarea {
	width: 900px;
	position: relative;
	z-index: 1;
	height: 100%;
	padding:0px;
	margin:0px;
}

.skipLinks {
	position:absolute;
	left:0px;
	top:-500px;
	width:1px;
	height:1px;
	overflow:hidden;
	visibility:hidden;
}

