* {
	margin: 0;
}
body {
	text-align: center;
	position: static;
	height: 620px;
}


.container {
	margin: 0 auto;
	height: 100%;
	width: 100%;
	position:relative;
	display: block;
	left: 0;
	top: 0;
	text-align: center;
}
#logo {
position:fixed;
text-align:center;
width: 303px;
height: 17px;
margin: 0;
left: 20px;
top: 20px;
border-style: none;
background: url(img/logo.png) no-repeat 0 0;	
}

/* @group nav */
#nav {
	position: fixed;
	top: 45px;
	left: 20px;
}
#nav ul{
	list-style:none;
white-space: nowrap;
	
}
#nav li{
	margin:0;
	padding: 0;
	display: inline;
	height: 9px;
}
#nav a {
	height: 9px;
	text-decoration:none;
}

.nav-text {
	visibility:hidden;
}
#nav a.new {
	position: absolute;
	left: 0px;
	width: 32px;
	height: 9px;
	background: url(img/new.png) no-repeat 0 0;
}
#nav a.fas {
	position: absolute;
	left: 40px;
	width: 50px;
	background: url(img/fas.png) no-repeat 0 0;
}
#nav a.bea {
	position: absolute;
	left: 99px;
	width: 44px;
	background: url(img/bea.png) no-repeat 0 0;
}
#nav a.cel {
	position: absolute;
	left: 150px;
	width: 70px;
	background: url(img/cel.png) no-repeat 0 0;
}
#nav a.adv {
	position: absolute;
	left: 227px;
	width: 77px;
	background: url(img/adv.png) no-repeat 0 0;
}
#nav a:hover {
	background-position: 0 -9px;
}
#nav .active a {
	background-position: 0 -9px;
}
/* @end */
.button {
	position: fixed;
	top: 500px;
	left: 20px;
	background: url(img/thumbs.png) no-repeat 0 0;
	width: 95px;
	height: 9px;
	padding: 0;
	margin: 0 ;
	display: block;
	text-decoration: none;
	cursor:pointer;
}

.act{
background: url(img/thumbs.png) no-repeat 0 -9px;	
}
.footer {
position: fixed;
top:  595px;
left: 20px;
}



