html, body, #wrapper {
	height:100%;
	margin: 0;
	padding: 0;
	border: none;
	text-align: center;
    background-color: #0A030A;

    color: #FCFCFC;
    font-family:  "Trebuchet MS", Helvetica;
    font-size: 14px;
    font-weight: normal;
}
#wrapper {
	/*background-color: #ffe4e1;*/
	margin: 0 auto;
	text-align: left;
	vertical-align: middle;
	width: 900px;
	border: 0px solid #008;
    background-color: #0A030A;
}
#centered {
	padding: 1em;
	margin: 1em;
	border: 0px solid white;
	/*background-color: #ffdab9;*/
    background-color: #0A030A;
    text-align: center;
}

#skip_it {
    position: absolute;
    width: 900px;
    *width: 200px;
    text-align: center;
    border: 0px solid white;
    height: 20px;
    *margin-left: -550px;
    *margin-top: 610px;
}

#skip_it a:link, a:visited{
    color: #7A5077;
    text-decoration: none;
}




