body{
	margin:0px;
	padding:0px;
	color:#707070;
	font-family: 'Century Gothic', Arial, Helvetica, sans-serif;
	font-size:12px;
	background:#f79621;
}

* { margin: 0; padding:0; }

@font-face {
	font-family: 'Century Gothic';
	src: url('font/GOTHIC.TTF');
}

a { color:#008BF8; text-decoration:underline; font-weight:bold; }

html{ 
	height: 100%;
}

#global_wrap{
    width: 980px;    
    margin: auto;
}

h1 {
	font-family: 'Dosis', sans-serif;
	font-size: 80px;
	color: #000000;
	margin: 10px 0;
	padding: 0;
}

h2 {
	font-family: 'Century Gothic';
	font-size:40px;
	font-weight:bold;
	color:#00425b;
	text-shadow: 1px 1px 1px #000 (inset);
	text-transform: uppercase;
}
	
.clear{
	clear: both;
}

#level-1
{
	width:100%;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #f9c667 48%, #f79621 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(48%,#f9c667), color-stop(100%,#f79621));
	background: -webkit-linear-gradient(top, #ffffff 0%,#f9c667 48%,#f79621 100%);
	background: -o-linear-gradient(top, #ffffff 0%,#f9c667 48%,#f79621 100%);
	background: -ms-linear-gradient(top, #ffffff 0%,#f9c667 48%,#f79621 100%);
	background: linear-gradient(to bottom, #ffffff 0%,#f9c667 48%,#f79621 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f79621',GradientType=0 );
	float:left;
}

#level-2
{
	width:100%;
	background: #000;
	float:left;
}

.global_wrap{
	width:980px;
	position:relative;
	margin:0 auto;
	height:100%;
}

#component{
    text-align: center;
	width:980px;
	float:left;
	margin:20px 0 20px 0;
	color: #000;
}

#footer{
    text-align: center;
	width:980px;
	float:left;
	margin:10px 0 10px 0;
}

.bottom-img {
	width: 100%;
	height:300px;
	float:left;
}
