/*#########################GENERAL DEFINITIONS#########################*/

html {
	height:100%;
	/*overflow:hidden;
	overflow-y:scroll;*/
}

body {
	height:100%;
	margin:0px;
	padding:0px;
	font-family:verdana, arial, helvetica, sans-serif;
	font-size:76%;
	/* font sizing in ems, baby. if you want to change anything, just change this.*/
	/*funny thing happens at 75% and lower. opera goes to a nice small size, but moz and ie pc change almost not at all. seems 76% is as small as you can go and stay the same across browsers. poop.*/
	color:#333333;
	background:#DDDDDD url(../img/body_bg.gif);
}

h1,h2,h3,h4,h5,h6,p,ol,ul,li,a,table,form {
	margin:0px;
	padding:0px;
}

form {
	clear: both;
	display:block;
	padding:0px;
	margin:0px;
}

strong,b {
	font-weight:bold;
}

em,i {
	/*letter-spacing:0.02em;*/
	font-style:normal;
}

a {
	color:#465193;
	text-decoration:none;
}

a:hover {
	color:#6975BB;
	border-bottom:1px #6975BB dotted;
}

a.clean {
	border-bottom:0px;
}



/*#########################PAGE LAYOUT#########################*/

#header {
	position:relative;
	width:100%;
	height:5px;
	background:#BBBBBB;
}

#header a {
	text-decoration:none;
	border:0px;
}

#header a:hover {
	border:0px;
}

#logo-small {
	position:absolute;
	left:50px;
	top:0px;
	width:75px;
	height:35px;
}

#splash-content {

}

#splash-logo {
	position:absolute;
	width:600px;
	height:150px;
	margin:-75px 0px 0px -300px;
	top:48%; 
	left:49%;
}

#splash-logo a {
	text-decoration:none;
	border:0px;
}

#splash-logo a:hover {
	border:0px;
}