body {
	background-position: center top;
	background-image: url(../images/bg_pict.jpg);
	background-repeat: no-repeat;
	background-color: #0a5ca4;
	background-attachment: fixed;
	font-size: 1em;
	font-family: "Verdana, Arial, Lucida Grande", sans-serif;
	margin: 0px;
}

#container {
	width: 870px;
	margin-left: auto;
	margin-right: auto;
	z-index: 10;
	position: relative;
}

#banner {
	position: relative;
}

#menu {
	text-transform: uppercase;
	background-position: 27px bottom;
	line-height: 30px;
	padding-left: 25px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-top: 0px;
	margin-left: 44px;
	margin-right: 0px;
	text-align: center;
	list-style:none;
	background-image: url(../images/menu_bg.png);
	background-repeat: no-repeat;
	position: relative;
	margin-bottom: 0px;
	margin-top: 0px;
	width: 758px;
	clear: both;
	height: 31px;
}

#menu li {
	float: left;
}

#menu a {
	background-position: 0 top;
	margin-left: 3px;
	background-image: url(../images/button.png);
	background-repeat: no-repeat;
	position: relative;
	display: block;
	height: 31px;
	width: 87px;
	text-decoration: none;
	color: white;
	font-size: 10px;
	overflow: hidden;
	outline: none;
	font-weight: bold;
}

#menu a:hover {
	background-position: 0 center;
	line-height: 32px;
}

#menu a:active {
	background-position: 0 bottom;
}

#menu_spacer {
	margin-left: 45px;	
}

#bg_pict {
	margin-left: -609px;
	z-index: 1;
	left: 50%;
	top: 0px;
	position: absolute;
}

#main {
	z-index: 100;
	position: absolute;
	left: 0px;
	top: 189px;
}

#build {
	position: absolute;
	top: 370px;
	left: 388px;
}

img[alt="dream"]{
	position: absolute;
	top: 539px;
	left: 388px;
	z-index: 200;
	border: 0px none;
}

#features {
	top: 370px;
	left: 586px;
	z-index: 900;
	position: absolute;
}

.happypeople {
	top: 296px;
	left: 29px;
	z-index: 200;
	position: absolute;
}

#baseMenu {
	padding-left: 29px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-top: 0px;
	margin: 0px;
	width: 759px;
	text-transform: uppercase;
	font-size: 8px;
	text-align: center;
	list-style: none;
	position: absolute;
	top: 780px;
	left: 57px;
	z-index: 300;
}

#baseMenu li {
	float: left;
	display: inline;
}

#baseMenu a,
#baseMenu p {
	padding-top: 40px;
	height: 49px;
	width: 100px;
	display: block;
	background-position: center top;
	text-decoration: none;
	color: black;
	overflow: hidden;
	margin: 0px;
	font-weight: bold;
}

a.contact {
	background-repeat: no-repeat;
	background-image: url(../images/contact.png);
}

a:hover.contact {
	background-repeat: no-repeat;
	background-image: url(../images/contact_over.png);
}

a.friend {
	background-repeat: no-repeat;
	background-image: url(../images/friend.png);
}

a:hover.friend {
	background-repeat: no-repeat;
	background-image: url(../images/friend_over.png);
}

a.terms {
	background-repeat: no-repeat;
	background-image: url(../images/terms.png);
}

a:hover.terms {
	background-repeat: no-repeat;
	background-image: url(../images/terms_over.png);
}

a.privacy {
	background-repeat: no-repeat;
	background-image: url(../images/privacy.png);
}

a:hover.privacy {
	background-repeat: no-repeat;
	background-image: url(../images/privacy_over.png);
}

p.reg {
	background-repeat: no-repeat;
	background-image: url(../images/reg.png);
}

p.copy {
	background-repeat: no-repeat;
	background-image: url(../images/copy.png);
}

a.ccd {
	background-repeat: no-repeat;
	background-image: url(../images/ccd.png);
}

a:hover.ccd {
	background-repeat: no-repeat;
	background-image: url(../images/ccd_over.png);
}

#preLoader {
	position: absolute;
	top: -1000;
	display: none;
	visibility: hidden;
}

#index2 #menu a.down {
	background-position: 0 bottom;
}