﻿html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	font-size: 86.5%;
}
body {
	background: url('page_bg.jpg') 50% 50% no-repeat #080808;
	color: #ffffff;
	font-family: Georgia, Times, serifs;
}
#floater {
	position: relative;
	float: left;
	height: 50%;
	margin-bottom: -200px;
	width: 1px;
}
#centered {
	position: relative;
	clear: left;
	height: 400px;
	width: 750px;
	max-width: 750px;
	min-width: 750px;
	margin: 0 auto;
	border: 0px solid #666;
}
#bottom {
	position: absolute;
	bottom: 0;
	right: 0;
}
.style1 {
	text-align: center;
}

#uc, #about-us, #contact, #callback{
		height: 350px;
	}
	

.vmiddle{
	display: table-cell;
	vertical-align: middle;
}

.hmiddle{
	text-align: center;
}

.thumbnail{
	width: 700px;
	margin: 5px 5px 5px -5px;
	padding: 5px;
	display: block;
	height: 150px;
	text-align: center;
}

.content{
	height: 160px;
	width: 700px;
}
.copyright
{
	height: 30px;
	 width: 700px;
}
