@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	background-color: #121212;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	height: 100%;
}
#wrapper #logo {
	height: 53px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper #navigation {
	height: 18px;
	background-color: #333333;
	text-align: center;
	width: 780px;
}
#wrapper #navigation #marginL {
	width: 15px;
	background-color: #333333;
	float: left;
	height: 18px;
	color: #333333;
}
#wrapper #header {
	height: 21px;
}
#wrapper #body {
	background-color: #121212;
	padding: 0px;
}
#wrapper #footer {
	background-color: #333333;
	height: 18px;
	color: #333333;
	padding-top: 3px;
	clear: both;
}
