@charset "utf-8";
/* CSS Document */
body{
	background:#1e0437;
	
}
img{
	border:none;}
div#wrapper{
	background:url(../images/IAT-US_splash.png) no-repeat center;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	top:0px;
}
div#header{
	position:relative;
	width:100%;
	height:765px;
}
div#navigation{
	background:center;
	position:relative;
	display:inline-block;
	top:200px;
	width:85%;
	height:75%;
	margin-left:25px;
	border:none;
	}
div#economy{
	position:relative;
	background:url(../images/economy_btn.png) no-repeat;
	width:100%;
	height:80px;
	top:;
	border:none;
}

div#economy:hover{
	background:url(../images/economy_btn-hover.png) no-repeat;
	border:none;}

div#premium{
	position:relative;
	background:url(../images/premium_btn.png) no-repeat;
	width:100%;
	height:80px;
	top:5%;
	float:left;
	border:none;
}
	div#premium:hover{
	background:url(../images/premium_btn-hover.png) no-repeat;
	border:none;
}
div#groups{
	position:relative;
	background:url(../images/groups_btn.png) no-repeat;
	width:100%;
	height:80px;
	top:10%;
	float:left;
	border:none;
}
div#groups:hover{
	background:url(../images/groups_btn-hover.png) no-repeat;
	border:none;
}

	
	div#footer_last{
	
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#999;
	position:absolute;
	top:900px;
	text-align:center;
	width:100%;
	
	}
