body {
		margin-top: 0px;
		margin-bottom: 0px;
		background-image: url("../img/bg.png");
		background-repeat: repeat;
		background-color: gray;
		color: #000;
		text-align: center;
		font-size: 8pt;
		font-family: arial;
}

* {
	margin: 0px;
	padding: 0px;
}

a, a:active {
	color: #1f71eb;
	text-decoration: none;
}

ul,
li {
	list-style-type: none;
}

h1 {

	font-size: 12pt;
}


img {
	border: 0;
}

#container {
	width: 853px;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	vertical-align: middle;
}

#header {
	height: 99px;
	background-image: url("../img/header.png");
	background-repeat: no-repeat;
	background-position: bottom;
	text-align: left;
}

#logo {
	margin-left: 10px;
	padding-top: 10px;
}

#menu {
	width: 853px;
	height: 49px;
}

#menu li,
#menu ul {
	float: left;
	margin: 0px;
}

#eyec {
	width: 853px;
	height: 88px;

	margin: 0;
	background-image: url("../img/eyec.png");
}

#main {
	width: 853px;
	min-height: 300px;
	background-image: url("../img/mainbg.png");
	background-repeat: repeat-y;
	text-align: left;
	overflow: auto;
}

#left {
	width: 316px;
	padding-left: 10px;
	padding-top: 30px;
	float: left;
}

#right {
	width: 466px;
	padding-right: 60px;
	padding-top: 60px;
	float: right;
}

#footer {
	width: 853px;
	height: 34px;
	clear: left;
	margin-bottom: 20px;
	background-image: url("../img/footer.png");
	background-repeat: no-repeat;
	text-align: center;
}

#footer p {
	padding-top: 10px;
	color: gray;
}
#footer a {
	color: gray;
	text-decoration: underline;
}
