/* general
------------------------------------------------------------------------------*/

html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    text-align: center;
    min-width: 980px;
    background-color: #60555d;
	font-size: 13px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000;
}


#distance {
    width: 1px;
    height: 50%;
    background-color: #60555d;
    margin-top: -295px;
    float: left;
    font-size: 95%;
}

#wrapper {
    margin: 0 auto;
    position: relative;
    text-align: left;
    width: 967px;
    height: 590px;
    clear: left;
}

#contentWrapper {
    position: relative;
    width: 955px;
    height: 555px;
    background-color: #fff;
    border: 6px solid #b5b2b8;
}

#skipIntro {
	position: absolute;
	margin: 0;
	padding: 0;
	bottom: 10px;
	bottom: -30px;
	left: 0;
	right: 0;
	text-align: center;
}

a:link, a:visited {
	color: #bb0020;
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
}