@charset "UTF-8";
/* CSS Document */

html,
body {
	margin:0;
	padding:0;
	height:100%;
	background-color:#000;
}
img {
	border:0;
}
#container {
	min-height:100%;
	position:relative;
}
#cont {
	width:800px;
	height:500px;
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-400px;
	margin-top:-250px;
}
#footer {
	position:absolute;
	bottom:0;
	width:100%;
	height:20px;
}
#footer p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.7em;
	text-align: right;
	margin:0;
	padding-right:10px;
}
a:link {
	text-decoration: none;
	color: #222;
}
a:visited {
	text-decoration: none;
	color: #222;
}
a:hover {
	text-decoration: none;
	color: #fff;
}
a:active {
	text-decoration: none;
	color: #222;
}
.mask{
	position:relative;
	width:800px;
	height:500px;
	overflow:hidden;
}
.mask img{
	position:absolute;
	display:block;
	border:none;
}
