* {
 	margin: 0;
 	padding: 0;
 	list-style-type: none;
}

html {
 	height: 100%;
}

body { 
    position: relative; 
    color: #000; 
    background: #fff;
    text-align: left;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 100.01%;
} 

fieldset, img {
	 border: 0;
}

select, input, textarea {
 	font-size: 99%;
}

option {
 	padding-left: 0.4em;
}

a {
	color: #000;
	text-decoration: underline;
}

#splasharea {
	margin-top: 10%;
	background: url(/media/splash/bg.gif) 0 46px repeat-x;
	text-align: center;
}

#splashcontent {
	margin: auto;
	width: 948px;
	height: 412px;
	text-align: left;		
}
#splashcontent p {
	margin-top: 40px;
	text-align: right;
}

#splashwordmark1 {
	margin-left: 22px;
}

#splashwordmark2 {
	margin-left: 188px;
}

#splashimages {
	padding: 35px 0 22px;
}
#splashimages img {
	margin-right: 20px;
}