@charset "utf-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: repeat;
	background-color: #000;
	background-image: url(../site/bg.png);
}

#logo {
	height: 100px;
	width: 821px;
}
#pixel {
	background-image: url(../site/content.png);
	background-repeat: repeat-y;
	width: 821px;
}
#content {
	width: 750px;
	margin: auto;
}
#container {
	width: 821px;
	margin: auto;
}
#title {
	background-color: #EEE;
	background-image: url(../images/title_bg.png);
	background-repeat: repeat-x;
	height: 31px;
	border: 1px solid #1E568F;
	padding-top: 4px;
	padding-right: 5px;
}

a:link, a:visited {
	font-family: Verdana, Geneva, sans-serif;
	color: #3675B6;
	text-decoration: none;
}
a:hover {
	font-family: Verdana, Geneva, sans-serif;
	color: #F3B32D;
	text-decoration: none;
}
