html, body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	font-weight: normal;
	color: #FFFFFF;
	margin:0;
	padding:0;
	height: 100%;
	background-color:#000;
}

html, #container {
   min-height:100%;
   position:relative;
}
#body {
   padding:10px;
   padding-bottom:40px;
}
#footer {
	position:absolute;
	text-align: center;
	width:100%;
	height:40px;
	font: 12px "Arial Narrow", "Helvetica LT Std Cond", "Helvetica LT Narrow", "Helvetica LT CondensedLight", "Helvetica LT Compressed", sans-serif;
	color: #333;
	text-transform: uppercase;
	background-color: #35466b;
}
#footer ul {
	list-style: none;
	display: inline-block;
	margin-right: 0px;
	margin-left: 0px;
	padding: 0px;
}
#footer ul li {
	display: inline;
	margin: 0 10px;
}
#footer ul li a {
	color: #8aa3d9;
	text-decoration: none;
	margin-left: 0px;
}
a, #footer ul li a:hover  {
	color: #FFF;
	text-decoration: none;
}
#wrapper {
	margin: 0 auto; 
	width: 600px;
	padding-left: 5px;
}
#bug {
	float: right;
	margin: 10px;
}
#socialnetworking {
	float: left;
	margin: 5px 0 0 10px;
}

.buyLink {
	color: #62B3DB;
	text-decoration: none;
	font-size: 10px;
	text-transform: uppercase;
}
.buyLink:hover {
	color: #FFF;
	text-decoration: underline;
}

#presentation
{
	width: 1024px;
	margin: 0 auto;
}

