@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
}

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#3F4055;
	font-size: 15px;
	background-image: url(../images/bg.jpg);
}

#logo{
	width: 497px;
	height: 47px;
	margin: 0px auto;
	margin-top: 200px;
}

#bottom{
	width: 750px;
	height: 30px;
	margin: 0px auto;
	margin-top: 10px;
	text-align: center;
}

a:link {
	color: #3F4055;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #3F4055;
}
a:hover {
	text-decoration: underline;
	color: #003399;
}
a:active {
	text-decoration: none;
	color: #3F4055;
}