body {
	background-color:	#000000;
	margin:				0px;
}

#container {	
	position: absolute; 
	top: 40px;
	left: 50%;
	width: 990px;
	margin-left: -495px;
	font-family: "Arial", serif; 
	line-height: 140%; 
	font-size: 12px;
	color: #666666; 
}
img { border: 0px; }
td {	
	font-family: "Arial", serif; 
	line-height: 140%; 
	font-size: 12px;
	color: #666666; 
}

#content{
	width: 990px;
	float: left;
}

#logo-big{
	position: relative;
	top: 6px;
	left: 209px;
	float: left;
}

#logo-small{
	position: relative;
	left: 155px;
	width: 330px;
	float: left;
}

#content-text{
	position: relative;
	left: 155px;
	width: 420px;
	float: left;
}

.spacer{
	width: 990px;
	height: 20px;
	float: left;
}

#footer{
	width: 990px;
	float: left;
}

#footer-text{
	position: relative;
	width: 990px;
	float: left;
	text-align: center;
	font-size: 40px;
}


/* h1 tags */
h1, h2, h3, h4, h5 {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight: bold;
	letter-spacing: -.05em;
	margin: 0;
	padding: 0;
	line-height: 1em;
}


h1 {
	font-size: 40px;
	display: inline;
}

h2 {
	font-size: 35px;
	display: inline;
}


/* a tags */
a {
	color: #666666;
	text-decoration: underline;
}
a:hover	{
	color: #666666;
	text-decoration: underline;
}