body {
	background: #141a28;
	font-family: verdana;
	font-size: 10px;
	color: #ffffff;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
}
A:link {
	color: #ffffff;
	text-decoration: none;
}
A:hover {
	color: #aeacc6;
	text-decoration: none;
}
A:visited {
	color: #CCCCCC;
	text-decoration: none;
}
A:active {
	color: #ffffff;
	text-decoration: none;
}
#container {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 800px;
	background: black;
}
#header {
	width: 800px;
	height: 150px;
	background: url("../img/logo.png");
	
}
#body {
	width: 800px;
	height: 500px;
	background: url("../img/body_bg.gif");
}
#footer {
	widt: 800px;
	height: 10px;
	background: url("../img/footer_bg.gif");
}
#leftie {
	width: 100px;
	float: right;
	margin-left: 10px;
	margin-right: 10px;
}

