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

body{
	margin:0px;
	background-color:#000000;
	color:#fff;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	background-position:top left;
	background-repeat:no-repeat;
}

a:link, a:visited{
	color:#fff;
}

img, img a:link, img a:visited{border:none;}

#logo{
	background-image:url(logo.gif);
	width:412px;
	height: 82px;
	position:relative;
	float:right;
	margin-top:90px;
	margin-right:-50px;
}

#patch{
	background-image:url(patch.gif);
	width: 108px;
	height: 53px;
	position:relative;
	float:right;
	margin-right: 50px;
}

#box1{
	background-color: #000;
	width:50%;
	height: 50px;
	position:relative;
	float:right;
	margin-top:250px;
	clear: right;
	
}
#box2{
	background-color: #000;
	width:55%;
	height: 50px;
	position:relative;
	float:right;
	margin-top:20px;
	clear: right;
	
}

.splash_font{
	color:#fff;
	font-size:24px;
	padding:10px;
	padding-top:12px;
}

#typography{
	width:266px;
	height: 170px;
	background-image:url(typography.jpg);
	position:relative;
	clear:both;
	float:right;
}

#hostmeal{
	background-image:url(hostmeal.jpg);
	width:265px;
	height:70px;
	position:relative;
	float:left;
	margin-top:10px;
}
#takeaction{
	background-image:url(takeaction.jpg);
	width:265px;
	height:70px;
	clear:right;
	position:relative;
	float: right;
	margin-top: 10px;
}

#button_container{
	width:550px;
	position:relative;
	float:right;
	clear:both;
	margin-top:250px;
	margin-right: 12%;
}

#content_bg{
	background-color:#000;
	background-image:url(contentbg.jpg);
	width:982px;
	height: 734px;
	min-height: 734px;
	background-position: center top;
	background-repeat:no-repeat;
}

#footer{
	padding:10px;
	font-size:10px;
}