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

body
{
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	background-color: #000;
	font-weight: lighter;
}

a:link {text-decoration: underline; font-weight: bold; color: #FFF; font-size: 12px;}
a:visited {text-decoration: underline; font-weight: bold; color: #FFF; font-size: 12px;}
a:hover {text-decoration: underline; font-weight: bold; color: #CCC; font-size: 12px;}
a:active {text-decoration: none; font-weight: bold; color: #999; font-size: 12px;}

h1 {font-size:14px;}
h2 {font-size:12px; font-weight: bold;}
p {font-size:12px}

.fade {color: #333; font-size: 9px;}
.white{color: #FFF;}
.line{border-bottom: 1px solid #FFF;}

#logo{
	margin-top: 10px;
	width: 284px;
	height: 50px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	text-align: center;
	background-image: url(../html/img/centeLogo.png);
	background-repeat: no-repeat;
	z-index: 0;		
}

#content{
	width: 600px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	z-index: 0;		
}

