#container {
	padding: 0px;
	width: 600px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font: 12px/16px Verdana, Arial, Helvetica, "Lucida sans Unicode";
}
.font-16 {
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	color: #FF6600;
}

#header {
	margin: 0px;
	padding: 0px;
	height: 350px;
	width: 100%;
}

body {
	background-image: url(img/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
}

a:link {

	color: #0066FF;

}

a:visited {

	color: #0066FF;

}



a:hover {

	text-decoration: underline;

	color: #FF6600;

}

a:active {

	text-decoration: underline;

}
