@charset "utf-8";
* {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#wrapper {
	width: 800px;
	border: 2px solid #666666;
	background-color: #FC5806;
	margin-left: 200px;
	margin-top: 3px;
}
#wrapper #logo {
	height: 121px;
	background-color: #fc5806;
	background-repeat: no-repeat;
	background-position: center center;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
a img {
	border: 1px solid #666666;
}
#wrapper #logo img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#wrapper #navigation {
	height: 35px;
	background-color: #A09D9D;
	width: auto;
}
#wrapper #image {
	height: 363px;
	background-image: url(../Images/front%20page%20VIP%20icon.jpg);
	background-repeat: no-repeat;
	width: 800px;
	background-position: center center;
}
#wrapper #body {
	height: 250px;
	background-color: #fc5806;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper #footer {
	height: 20px;
	background-color: #fc5806;
}
