* {
	margin: 0;
	padding: 0;
}
html
{
	height: 100%;	
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #4F4D4B;
	background: url('../images/bg.jpg') no-repeat;
	background-attachment: fixed;
	background-position: center top;
	height: 100%;
}
#distance
{
	
background-color:#2E2E2E;
float:left;
height:50%;
margin-bottom:-290px;
width:1px;
}
#container {
	width: 700px;
	margin: 0 auto;
	position: relative;
	clear: left;
	height: 580px;
	/*background: transparent url('../images/box-bg.png') no-repeat top left;*/
}

#top {
	width: 700px;
	height: 25px;
	background: transparent url('../images/box-bg-top.png') no-repeat top left;
}

#center {
	width: 670px;
	background: transparent url('../images/box-bg-line.png') repeat-y top left;
	padding: 0 15px 0 15px;
}

#bottom {
	width: 700px;
	height: 25px;
	background: transparent url('../images/box-bg-bottom.png') no-repeat top left;
}

#logo {
	min-height: 160px;
	width: 460px;
	padding: 10px 10px 10px 200px;
	background: transparent url('../images/uc-logo.png') no-repeat top left;
}

#center h1 {
	margin-top: 15px;
	font-size: 22px;
	text-align: center;
}

.contactBox {
	float: left;
	display: block;
	width: 200px;
	font-size: 11px;
	padding: 5px;
	margin: 5px;
	background-color: #fcfcfc;
	border: 1px solid #ebebeb;
}

.contactBoxBig {
	float: left;
	display: block;
	width: 420px;
	font-size: 11px;
	padding: 5px;
	margin: 5px;
	background-color: #fcfcfc;
	border: 1px solid #ebebeb;
}

.contactBox h2, .contactBoxBig h2 {
	margin: 0 0 3px 0;
	color: #5b7e99;
}

.contactBox p, .contactBoxBig p {
	margin: 0 0 2px 0;
}

.floatRight {
	width: 135px;
	float: left;
	text-align: right;
}

.floatLeft {
	width: 65px;
	float: left;
	text-align: left;
}