* {
	margin: 0;
	padding: 0;
}
body {
	background: url(lrg-starburst.jpg) top center no-repeat;
	font: 12px Helvetica, Arial, sans-serif;
	width: 100%;
}

a {
	text-decoration: none;
	color: #07889E;
}
em {
	font-style: normal;
}

a:hover {
	text-decoration: none;
}

p {
	margin: 0 0 18px
}
img {
	border: none;
}
#wrapper {
	width: 1000px;
	margin: 0 auto;
	background: url(woman-trans-4.png) top center no-repeat ;
 
}


/* terms
---------------------*/
#terms{
	height: 212px;
}

.enterstat {
	color: #07889E;
	text-transform: uppercase;
	font-size: 13px;
	text-align: center;
	clear: both;
	padding-top: 49px;
	padding-bottom: 0px;
}


#wb-wrapper {
    margin: 10px auto auto;
    font-family: Arial, Verdana, Helvetica, Geneva, Swiss, SunSans-Regular;
}

#wb-container {
	margin: auto;
	padding: 0px 50px 20px;
}

#wbtext {
	margin: auto;
    	overflow: auto;
	height: 105px;
	width: 900px;
	border: 1px solid #888;
}

#wbtext h2 {
	margin: 0;
	font-size: 15px;
	padding: 3px 6px;
	text-align: center;
	text-decoration: none;
}

#wbtext p {
	margin: 0;
	padding: 2px 8px;
	line-height: 18px;
    	text-align: left;
}


/* Middle
----------------*/
#middle {
	width: 100%;
	height: 1%;
	position: relative;
}
#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#container {
	width: 100%;
	float: left;
	overflow: hidden;
}
#content {
	padding: 45px 110px 255px 390px;
	text-align: center;
}
h1 {
	font: 23px Arial, sans-serif;
	color: #1B5FA8;
	text-transform: uppercase;
}
h1 em {
	font-size: 45px;
	line-height: 30px;
}
.nar {
	font-weight: normal;
	font-size: 15px;
	color: #262626;
	padding-top: 10px;
	padding-right: 15px;
	padding-left: 15px;
}
.bullets {
	display: block;
	width: 420px;
	float: right;
	padding-top: 40px;
	padding-right: 0px;
}
.bullets li {
	background: url(images/bp.png) left center no-repeat;
	padding: 2px 0px 2px 20px;
	text-align: left;
	list-style-type:none;
}

h2 {
	display: inline-block;
	font-style: italic;
	font-weight: bold;
	font-size: 17px;
	color: #393939;
}
.exit {
	width: 700;
	float: right;
	text-align: right;
}
.exit:hover {
	text-decoration: underline;
}

.enterbut {
	clear: both;
	position:relative;
	display:block;
	height: 64px;
	width: 379px;
	background:url(images/enterbutton.png) no-repeat;
	background-position:0 0;
	cursor: pointer;
}	
.enterbut span.hover {
	position: absolute;
	display: block;
	height: 64px;
	width: 379px;
	background: url(images/enterbutton.png) no-repeat;
	background-position: bottom;
}
#enter {
	display: block;
	width: 400px;
	float: center;
	padding-top: 35px;
	padding-left: 70px;
}

/* info
--------------*/
#info {
	font-size: 14px;
	color: #07889E;
	background-color: #DDD;
	padding: 5px 0;
	text-align: center;
	border-top: 1px solid #888;
}
.infolink:hover {
	text-decoration: underline;
}

