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

#floatFix {
	clear:both;
}

body {
	margin:0;
	padding:0;
	text-align:center;
	background: #000000;
	
	font-family: Arial, Helvetica;
	color:#ffffff;
	
}

#container {
	position:absolute;
	top: 10%;
	width:400px;
	*margin: auto;
	left: 50%;
	margin-left:-200px;
	padding: 0;
	
	text-align:center;
}

p {
	font: Arial, Helvetica;
	font-size: 12px;
	line-height:16px;
	color: #fff:
	
}

small {font-size: 10px;}


h1 {font-size: 18px; line-height:1.4ems; font-weight:normal;}
h2 {font-size: 14px; line-height:20px; font-weight:normal;}

a {text-decoration: none; color: #555;}
a:hover {text-decoration: none;	color: #fff;}

