/* 
 * global.css
 *
 * Last Updated: 10-20-2004
 * geoff@choppingblock.com
 *
 */

a {
	color: #00f;
}

a img {
	border: none;
}

a:visited {
	color: #606;
}

a:hover {
	color: #0ff;
	text-decoration: none;
}

acronym, abbr {
	border-bottom: 1px dashed #333;
}

acronym, abbr, span.caps {
	cursor: help;
	font-size: 90%;
	letter-spacing: .07em;
}

html {
	height: 100%;
}

body {
	height: 100%;
	overflow: auto;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
	padding: 0;
}

body#splash {
	background: #000 url("../_media/splash_bg.jpg") no-repeat top;
}

img{
	border: none;
}

div#wrapper{
		text-align: center;
}

div#header {
	margin: 65px auto 0 auto;
	width: 242px;
	height: 55px;
	background: url("../_media/logo.gif") no-repeat top;
}

div#centerarea {
	display: block;
	width: 762px;
	height: 270px;
	clear: both;
	margin:0 auto;

}

div#available_on_dvd {

	width: 102px;
	height: 176px;
	float: left;
	padding: 80px 28px 0 35px;
	
}

div#download_the_study_guide {

	width: 95px;
	height: 94px;
	float: left;
	padding: 125px 0 0 37px;
	
}

div#videowrapper {
	margin: 20px auto 0 auto;
	background: #000;
	width: 427px;
	height: 248px;
	float: left;
}

div#video {
	padding: px;
}

div#enter {
	margin: 20px auto 0 auto;
	clear:both;
}

div#footer {
	margin: 45px auto 0 auto;
}