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

body {
	background-image: url(../images/BG.jpg);
	background-repeat: repeat-x;
	background-color: #f3cd02;
}
#container {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	position: relative;
	top: 0px;
}
#nav {
	height: 45px;
	vertical-align: middle;
	margin-top: 10px;
}
#nav a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: lighter;
	color: #FFF;
	text-decoration: none;
}#content {
	background-image: url(../images/LogoIcon.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#footer {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

