body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #000000;
	font-size: 16px;
}
body, html {
	height: 100%;
}
body {
	position: relative;
}
#container {
	height: 450px;
	width: 770px;
	margin-top: -245px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -385px;
	border-top-width: 4px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #27394F;
	border-bottom-color: #526272;
	border-right-style: none;
	border-left-style: none;
}

div.on {
	cursor: pointer;
	cursor: hand;
	float: left;
	filter: Alpha(Opacity=100);
	-moz-opacity: 1;
	opacity:1;
	border: 4px solid #CCCCCC;
}

div.off {
	border: 4px solid #526272;
	cursor: pointer;
	cursor: hand;
}
a {
	color: #f8a154;
	text-decoration: none;
	border-bottom: 1px dotted #f8a154;
}
a:hover {
	color: #FFFFFF;
}


.content-text {
	text-align: left;
	padding-left: 200px;
	padding-right: 15px;
}
#title-temp {
	float: left;
	margin: 70px 80px 60px;
}
.home-text {
	float: left;
	clear: left;
	margin: 0 86px;
}
.copyright {
	position: absolute;
	  bottom: 5px;
	  right: 5px;
	  font-size: 13px;
	  opacity: .8;
}


.rightpad {
	margin-right: 15px;
}

/*  Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {

		#container {
		  height: 450px;
		  width: 100%;
		  margin: 0;
		  position: relative;
		  top: 0;
		  left: 0;
		}
	#title-temp {
	float: left;
	margin: 40px 20px 40px;
}
.home-text {
	float: left;
	clear: left;
	margin: 0 26px;
	line-height: 1.4;
}
}
