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

  
* {
	margin: 0;
}

html, body {
	height: 100%;
	background:#000000;
	margin: 0;
	padding:0;
	text-align:center;
	font-size:62.5%;
	font-family: Arial, Verdana, sans-serif;
	color:#fff;
}
			
/*/////////////////////////////////// GENERIC LINK STYLE ///////////////////////////////////*/
a {
	color: #FF33FF;
	text-decoration:none;
	outline:none;
	border: none;
}

a:hover {
	color: #9933CC;
	text-decoration:underline;
	outline:none;
	border: none;
}

p {
	font-size:2.2em;
}
			
/*/////////////////////////////////// LAYOUT DIVS ///////////////////////////////////*/
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -2em auto;
	width: 960px;
}

.footer, .push {
	height: 2em;
	width: 960px;
	margin: 0 auto;
	height:20px;
	text-align:center;
	font-size: 1.2em;
	clear:both;
}
			
#header {
	width: 960px;
	height:60px;
}

#bodypanels {
	width: 960px;
	height: 460px;
}

#centereddiv {
	position:absolute;
	top: 50%;
	left: 50%;
	height:460px;
	width:960px;
	margin-top: -210px; /*set to a negative number 1/2 of your height*/
	margin-left: -480px; /*set to a negative number 1/2 of your width*/
	background-color: #000;
}
			
.right {
	float:right;
}

.footer p {
	font-size:1.2em;
}	