body {
	color: #FFF;
	background: #000 ! important;
	font-family: Helvetica, Lucida Console, Verdana, Arial, sans-serif;
	text-align: center;
	margin: 0px;
}

/* styles for IE 5 Mac */
 #center {
	position: absolute;
	top: 300px;
	left: 20px;
 }
 
 /* following rules are invisible to IE 5 \*/
 #center {
   	top: 50%;
   	left: 0px;
   	width: 100%;
	margin-top: -300px;
	text-align: center;
	min-width: 600px; 
 }
 /* end IE 5 hack */ 

#main {
	position: relative;
	border: 1px solid #FFF;
	text-align: left;
	width: 600px;
	height: 600px;
	margin: 0px auto;
	text-align: center;
	background: #000;
}

#print {
	height:120px;
	padding-top:10px;
}

#top {
	display:none;
}

#content {
	vertical-align:middle;
	height:370px;
}

#left {
	width:290px;
	float:left;
	text-align: center;
	padding-left:10px;
}

#right {
	width:290px;
	float:right;
	text-align: center;
	padding-right:10px;
}

#bottom {
	display:none;
}

.icon {
	display: inline;
	float:left;
	width:120px;
	margin-top:10px;
	text-align: center;
}

a, a:link, a:visited, a:hover, a:active {
	color: #FFF;
	text-decoration: none;
}

h1 {
	font-size:10px;
	font-weight:bold;
	letter-spacing:1px;
	word-spacing:1px;
	line-height:30px;
	margin: 0px;
	padding: 0px;
	text-transform:uppercase;
}

h2 {
	font-size:10px;
	font-weight:bold;
	letter-spacing:1px;
	word-spacing:1px;
	line-height:20px;
	text-align:center;
	margin: 0px;
	padding: 10px;
	text-transform:uppercase;
}

.text {
	font-size:10px;
	font-weight:bold;
	letter-spacing:1px;
	word-spacing:1px;
	line-height:20px;
	text-align:center;
	margin: 0px;
	padding-top: 20px;
	clear:both;
	text-transform:uppercase;
}
