html {
	height: 100%;
}

body {
	height: 100%;
	background:url(../images/bkgd_onemodel.png) repeat-x;
}

.modelname {
	height:90px;
}

.hideMe {
	display:none;
}

.memberlinks_model {
	top:157px;
}

.modelthumbnail {
	display:block;
	margin-bottom:10px;
	border:1px solid #303a4a;
}

#modelInfo {
	padding:10px;
}

#smallThumbs {
	padding-top:10px;
}

#smallThumbs img {
	margin:0 10px 10px 0;
}

.noThumb {
	display:block;
	width:400px;
	height:225px;
	color:#fff;
	font-size:16px;
	text-align:center;
	padding:20px;
	border:1px solid #303a4a;
	margin-bottom:10px;
}

