html, body, div {
	margin: 0;
	padding: 0;
}

html, body {
	width: 100%;
	height: 100%;
}

body {
	background: #0000 url('../img/bg_gradient.gif') repeat-x top;
	font: 12px/19.5px arial,sans-serif;
	color: #919191;
}

img {
	border-width: 0;
}

a:link,
a:visited {
	color: #0078de;
	text-decoration: underline;
}

a:hover,
a:active {
	color: #0078de;
	text-decoration: none;
}

#bsu_swf_box {
	width: 900px;
	height: 655px;
	position: absolute;
	margin: auto;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

html.ie #bsu_swf_box {
	/* centering adjustment for IE */
	top: 50%;
	left: 50%;
	margin-left: -450px;
	margin-top: -325px;
}


#logo {
	width: 800px;
	height: 50px;
	position: absolute;
	left: 100px;
	top: 0;
	border-bottom: solid #ddd 1px;
}

#copy {
	width: 590px;
	position: absolute;
	left: 310px;
	top: 100px;
}

#copy #title {
	margin: 0 0 16px 0;
}

#copy #visit {
	margin: 18px 0 0 0;
}

#flash {
	border-top: solid #ddd 1px;
	border-bottom: solid #ddd 1px;
	background: url('../img/bg_hatch.gif') repeat;
	margin: 18px 0;
}

#flash #inner {
	padding: 16px;
	font-size: 13.5px;
}

#flash #inner #download {
	margin: 16px 0 0 0;
}

#legal {
	
}

#statues {
	position: absolute;
	left: 0;
	top: 35px;
}
