/* CSS Document */
body {
	background: #000308;
	margin: 0,0,0,0,;
	font: 12px sen-serif;
	float:center;
}
/*content */
#content {
	float:center;
	}
#container {
	margin-top:40px;
	margin-left: auto;
	margin-right: auto;
	float:center;
	width:560;
	background: #000308;
	}
h2 {
	font: 12px sans-serif;
	font-weight: normal;
	font-size:110%;
	margin-top: 40px;
	color: #FFF000;
	float: center;
	}
div.thumbnail img {
	float:center;
	}
#footer {
	clear: both;
	padding-top: 10px;
	color: #363636;
	font: 9px sans-serif;
	font-weight: normal;
	text-align: center;
	line-height: normal;
	word-spacing: 1px;
	}
	
/* clickable area */
a:link {
	text-decoration: none;
	color: #FFF000;
	}
a:active {
	text-decoration: none;
	color: #FFF000;
	}
a:hover {
	text-decoration: none;
	color: #FFF000;
	}
a:visited {
	text-decoration: none;
	color: #FFF000;
	}
	
	


