/* CSS Document */

html, body, u, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
margin: 0;
padding: 0;
border: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #666666;
	background-color: #eee;
	margin: 0px;
	text-align: center;
}

a {
	color:#0066FF;
	text-decoration:none;
}

#wrapper {
	width: 770px;
	height: 450px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#banner {
	height: 110px;
	background-image: url(../images/banner_bg.jpg);
	background-repeat: no-repeat;
}
