@charset "UTF-8";
/* CSS Document */

body, html {
	width: 100%;
	height: 100%;
}

body {
	margin: 0px;
}

img {
	border-style: none;
}

#top {
	width: 100%;
	height: 20%;
	position:relative;
	font-family:"Arial Black", Gadget, sans-serif;
	font-size:10px;
	margin-right: 3px;
}

a {
	font-family:"Arial Black", Gadget, sans-serif;
	font-size:10px;
	color:#000;
	text-decoration: none;
}

a:hover {
	font-family:"Arial Black", Gadget, sans-serif;
	font-size:10px;
	color: #F00;
	cursor: pointer;
}

#menu {
	position:absolute;
	bottom: 0;
	right: 0;
	background:#FFF;	
}

#middle {
	width: 100%;
	height: 60%;
	background-color:#FFC;
	overflow:hidden;
	background-image:url(images/SB%20background.jpg);
	background-position: center center;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}	

#logo {
	z-index: 1;
	position:absolute;
	bottom: 0;
	width: 150px;
	height: 185px;
	background-image: url(images/logo2.png);
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-position: left bottom;
	margin: 2px;
	padding: 0px;
	float: left;
}

object {
	float: left;
	margin-right:5px;
}

.text {
	margin: 10px;
}

#content {
	padding: 10px;
}

#content2 {
	float: left;
	margin-left: 10px;	
	padding: 5px;
	background-color:#FFF; 
	width: 420px; 
	height: 347px; 
	opacity:0.8; 
	filter:alpha(opacity=80);
}
	

#menu2 {
	z-index: -1;	
	float: left;
	margin: 5;	
	padding: 5px;
	background-color:#FFF; 
	width: 121px; 
	height: 295px; 
	opacity:0.8; 
	filter:alpha(opacity=80);
}

#bottom {
	width: 100%;
	height: 20%;
	text-align: right;
	font-family:"Arial Black", Gadget, sans-serif;
	font-size:10px;
	margin-right: 3px;
}