@charset "UTF-8";

/* Load Universal Styles */

@import url('universal.css');

body {
	background: #FFF url(../images/bg_home_boring.jpg) center bottom no-repeat fixed;
	margin: 0px;
}

/* STRUCTURE */

/* Flash Content */

div#flashhead {
	width:100%;
	height:300px;
	background:#f8f8f8 url(../images/bg_flash.png) center top repeat-x;
	text-align:center;
	clear:both;
}
div#flashcontent {
	position:relative;
	width:950px;
	height:300px;
	margin:0px auto;
}

/* Main Content */

div#main_container {
	width:984px;
	padding: 0px 20px 20px 20px;
	margin:0 auto;
	overflow:hidden;
	background:none;
}
div#introduction {
	width:330px;
	float:left;
	padding:30px 10px 10px 10px;
	text-align:justify;
	background:url(../images/bg_introduction.png) bottom no-repeat;
}


div#inpoint_container {
	float:right;
	width:615px;
	background:url(../images/bg_inpoints.png) bottom no-repeat;
	overflow:hidden;
	padding-top:30px;
}
div.inpoint {
	float:left;
	width:185px;
	margin:0px 10px;
}

/* Misc. */

h1#welcome{
	display:block;
	padding:0px;
	margin:0px;
	text-indent:-9999px;
	background:url(../images/h1_welcome.png) 0px 0px no-repeat;
	height:34px;
}


.getflash{
	position:absolute;
	display:block;
	width:160px;
	height:41px;
	text-indent:-9999px;
	background:url(../images/getflashplayer.jpg) 0px 0px no-repeat;
	bottom:10px;
	right:10px;
}
	