html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}
*, *:active, *:focus{outline:0;outline-style:none;outline-width:0px;-moz-outline-width:0px;}

html, body {
	height:100%;
}

body {
	margin:0;
	padding:0;
	overflow:hidden;
	text-align:center;
	background-color:#fff;
	font: 10px "Lucida Grande", Lucida, Verdana, Arial, Helvetica, Geneva, sans-serif;
	color: #333;
	line-height: 1.8em;
}


#distance { 
	width:1px;
	height:50%;
	margin-bottom:-250px; /* half of container's height */
	float:left;
	}
		
#container {
	margin: 0 auto;
	width:950px;
	text-align:left;
	position:relative; /* puts container in front of distance */
	height:500px;
	clear:left;}

#content {
	height: 100%;
}

#alt {
	width: 248px;
	height:500px;
	margin-left: 351px;
	text-align:center;
}


p{margin-bottom: 35px;}


a {display:block;width: 141px;height: 33px;background-image:url(../images/splashbuttons.gif);background-position:0 0;overflow:hidden;text-indent:-9999px;text-decoration: none;margin-bottom: 4px;margin-left: 53px}
#home:hover{background-position: -141px 0;}
#home:active{background-position: -282px 0;}
#help{background-position: 0 -33px;}
#help:hover{background-position: -141px -33px;}
#help:active{background-position: -282px -33px;}

a:hover, a:active{
	color: #000;
}

#twenty{background:url(../images/2020logo.png) no-repeat 0 0; width:248px; height: 253px; display:block;left:0; margin-top: 10px;}
#logo{ background:url(../images/drpeterlogo_splash.png) no-repeat 0 0; width:155px; height: 64px; display:block; position:absolute; bottom: 40px; right: 50px;}
