@charset "ISO-8859-1";
/* CSS Document */
*{ outline:0;}

body {

width:100%;
margin:0;padding:0;
background-image:url(../images/bg2.jpg);

}

#wrapper {
width:100%;
height:760px;
position:absolute;
top:0;left:0;

overflow:hidden;
}

#mask {
width:500%;
height:760px;
}

.item {
width:20%;
height:100%;
float:left;

}

.content {
	margin:0 auto;
	min-height:760px;
	height: auto !important;
	height:760px;
	position:relative;
	width: 1005px;
}

.selected {
background:#fff;
font-weight:700;
}

.clear {
clear:both;
}
#credits{
color:#000; padding-top:110px; font-size:10px; font-family:Arial, Helvetica, sans-serif; text-align:right; padding:8px;
}
#credits a{
text-decoration:none;
color:#000;
}
#credits a:hover{
text-decoration:underline;

}
