body{
	font: 12px Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	background-color: #101028;
}

.clear{
	clear:both;
	margin:0;
	padding:0;
}


#header{
	background-color:#30294e;
	font-weight: bold;
	color: #fff;
	height:30px;
	position:fixed;
	width:100%;
}

#info, #info2{
	float:right;
	margin-right:50px;
	padding:9px 0 9px 0;
	color: #fff;
	font-weight: bold;
}

#info a{
	text-decoration:none;
	color:#fff;
}
#info2{
	padding:9px 0 7px 0;
}

* {
	margin: 0;
}
html, body {
	height: 100%;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -510px; /* the bottom margin is the negative value of the footer's height */
}
.footer, .push {
	height: 510px; /* .push must be the same height as .footer */
}

.footer{
	height:510px;
	width:100%;
	background-color: #30294e;
}

#footer-img{
	height:480px;
	width:100%;
	background: #101028 url(../images/bg.png) no-repeat right bottom;
}

#container{
	width:100%;
	min-height:50px;
	background-color: #101028;
	background-image: none;
}

#form-container{
	width:342px;
	float:left;
	height:70px;
	margin:158px 0 -20px 150px;
	display: block; /*This toggles display*/
	
}

/* @group Password Form */

#form-label{
	float:left;
	color:#688e92;
	margin-bottom:5px;
}



#form-label2{
	float:left;
	color:#688e92;
	margin-top:5px;
	font-weight: normal;
	font-style: normal;
	font-size: 11px;
}

#form-label2 a{
	color:#688e92;
	text-decoration:none;
}

#form-label2 a:hover{
	color:#fff;
	text-decoration:underline;
}

#form-input{
	float:left;
	width:222px;
	height:28px;
	background-color:#232c4c;
	border: 1px solid #688e92;
	padding-left:10px;
	color: #fff;
	margin-right:5px;
}

#form-submit{
	float:left;
	width:98px;
	height:32px;
	background-color:#232c4c;
	border: 1px solid #688e92;
	color: #688e92;
	font-weight: bold;
}

#form-submit:active{
	float:left;
	width:98px;
	height:32px;
	opacity:0.9;
}

/* @end */


#content{
	width:976px;
	min-height:550px; /*368px + 132px spacer+btm spacer(50px)*/
	margin:auto;
	display:none;
	margin-bottom:-100px;
}

#spacer{
	height:162px;
	width:100%;
}

#seeking{
	width:228px;
	height:153px;
	float:left;
	margin-top:-510px;
	margin-left:-60px;
	background: url(../images/seeking.png) no-repeat;
	z-index: 1;
	
}

#thumbs-cont{
	z-index: -1;	
}

#thumbs-6, #thumbs-1, #thumbs-2, #thumbs-4, #thumbs-5, #thumbs-3{
	width:305px; /*320px - padding-btm*/
	height:50px; /*180px - padding-top*/
	float:left;
	text-decoration:none;
	color: #fff;
	font: bold 11px/14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background-position:0 -180px;
	margin-right:8px;
	margin-bottom:8px;
	padding:130px 0 0 15px;
}

#thumbs-6:hover, #thumbs-1:hover, #thumbs-2:hover, #thumbs-4:hover, #thumbs-5:hover, #thumbs-3:hover{
	background-position:0 0px;
	color: #fff;
}
#thumbs-6{
	background-image: url(../images/thumb-6.jpg);
}

#thumbs-1{
	background-image: url(../images/thumb-1.jpg);
}

#thumbs-2{
	background-image: url(../images/thumb-2.jpg);
	margin-right:0px;
}

#thumbs-4{
	background-image: url(../images/thumb-4.jpg);
}

#thumbs-5{
	background-image: url(../images/thumb-5.jpg);
}

#thumbs-3{
	background-image: url(../images/thumb-3.jpg);
	margin-right:0px;
}




