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

body {
	background-image:url(images/bg.jpg);
	margin-top:0px;
	margin:0px;}

#wrap {
	width:1100px;
	height:auto;}
	
#header {
	width:1100px;
	height:154px;}
	
#navigation {
	width:1100px;
	height:61px;}
	
#body {
	width:1100px;
	height:auto;
	position:relative;}
	
#footerBG {
	background-image:url(images/footerBG.jpg);
	width:auto;
	margin:0px;
	height:63px;}
	
#footer {
	width:1100px;
	height:63px;
	position:relative;}
	
.style04 a:link {
	color: #FFFF66;
	text-decoration: none;
}
.style04 a:visited {
	color: #FFFF66;
	text-decoration: none;
}
.style04 a:hover {
	color: #FF9900;
	text-decoration: none;
}
.style04 a:active {
	color: #FF9900;
	text-decoration: none;
}

#floatSign-up {
	position:absolute;
	top:215px;
	left:50%;
	margin-left:443px;
	width:101px;}

