* {
	font-family: Helvetica, Arial, sans-serif;
	text-align: center;
	color:#666;
	margin:0;
	padding:0;
}
a{
	text-decoration:none;
	color: black;
	-webkit-transition: 0.5s ease;  
	-moz-transition: 0.5s ease;  
	-o-transition: 0.5s ease;  
	transition: 0.5s ease;
}
a:hover{
	color: #666;
	-webkit-transition: 0.2s ease;  
	-moz-transition: 0.2s ease;  
	-o-transition: 0.2s ease;  
	transition: 0.2s ease;
}
html{
	background-color:white;
	height:100%;
}
body{
	height:100%;
	width:960px;
	margin:0 auto 0 auto;
	min-height:600px;
	position:relative;
}
#thething{
	width:960px;
	height:540px;
}
p{
	margin:0 0 0.7em;
}
#backlink{
	margin:30px 0 0;
}
#center{
	position:absolute;
	top:40%;
	margin-top:-255px;
}
#cont {
	background: red;
	position: relative;
	width: 960px;
	height: 540px;
}
#contmess {
	visibility: hidden;
}
#contobj {
	position: absolute;
	left: 0; top: 0;
}
