@charset "UTF-8";
/* Removes al unnecesary space. */
html, body {
	margin:0;
}
/** Body background and color. */
body {
	background-image:url(../images/BG.jpg);
	background-repeat:repeat-x;
	background-color:#FFD3E6;
	overflow-x:hidden;
}
#header {
	height:57px;
	position:relative;
	margin:3px 0 0 0;
	z-index:2;
}
#navigation {
	height:22px;
	padding:35px 0 0 94px;
	position:relative;
}
.bbgLogo {
	width:232px;
	height:80px;
	position:absolute;
	left:57px;
	z-index:2;
}
#parents a {
	width:191px;
	height:19px;
	float:left;
	background-image:url(../images/btn_parents.jpg);
	background-position: 0 0;
}
#parents a:hover {
	background-position: 0 -19px;
}
#smartPact a {
	width:189px;
	height:19px;
	float:left;
	background-image:url(../images/btn_bsmart.jpg);
	background-position: 0 0;
}
#smartPact a:hover {
	background-position: 0 -19px;
}
#vip a {
	width:190px;
	height:19px;
	float:left;
	background-image:url(../images/btn_vip.jpg);
	background-position: 0 0;
}
#vip a:hover {
	background-position: 0 -19px;
}
#login a {
	width:124px;
	height:19px;
	float:left;
	background-image:url(../images/btn_login.jpg);
	background-position: 0 0;
}
#login a:hover {
	background-position: 0 -19px;
}
#topLeftFrame img{
	width: 156px;
	height: 19px;
	float:left;
}
#topRightFrame img {
	width: 16px;
	height: 19px;
	float:left;
}
/** Main container of the web site. */
#container {
	width: 960px;
	position: relative;
	margin:0 auto;
	height: 800px;
	/*
	left : 50%;
	margin-left: -480px;
	*/
}

#content {
	width:960px;
	height:597px;
	position:relative;	
}
.window {
	width:866px;
	position:relative;
	float:right;
	top:-3px
}
.leftShapes {
	background-image:url(../images/lt_flowers.jpg);
	width:439px;
	height:619px;
	position:absolute;
	left:-439px;
	top:-19px;
	z-index:-2;
}
.rightShapes {
	background-image:url(../images/rt_flowers.jpg);
	width:268px;
	height:619px;
	position:absolute;
	right:-268px;
	top:-19px;
	z-index:-2;
}

.ad {
/*	background-image:url(../images/ad.jpg); */
	position: absolute;
	width: 300px;
	height: 250px;
	top: 313px;
	right: 29px;
}

#btnSignUp {
	position:absolute;
	top:100px;
	right:-22px;
}

#btnWtsVIP {
	position:absolute;
	top:207px;
	right:-22px;
}

#swf {
	position:absolute;
	width:690px;
	height:635px;
	left:-41px;
	z-index:1;
}

#promoAreas {
	position:absolute;
	width:552px;
	height:240px;
	left:84px;
	top:330px;
	
}
/** Footer elements. */
.footer {
	width:1400px;
	position:absolute;
	bottom:-58px;
	left:50%;
	margin-left:-690px;
}

#disclaimer {
	position:relative;
	top: 67px;
}

.disclaimerText {
	color:white;
	font-family:arial, verdana, tahoma, helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	line-height:20px;
	text-align:center;
}
