@charset "utf-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #14040D;
}
p {
	margin:0;
	padding:0;
	font-family: Gill sans, sans-serif;
	font-size: 10px;
	color: #000;
	text-align: left;
	color: white;
}

#mov {
	opacity: 1.0;
	top: 50%;
	position: absolute;
	left: 50%;
	margin-left: -480px;
	width: 960px;
	height: 540px;
	margin-top: -270px;
	z-index: 1;	
}

/*
#border {
	opacity: 1.0;
	top: 50%;
	position: absolute;
	left: 50%;
	margin-left: -530px;
	width: 1060px;
	height: 600px;
	margin-top: -300px;
	background-color: #14040D;
	z-index: 1;	
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
*/

#title {
	opacity: 1.0;
	top: 50%;
	position: absolute;
	left: 50%;
	margin-left: -480px;
	width: 960px;
	height: 565px;
	margin-top: -282.5px;
	color: #fff;
	z-index: 1;	
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#title p {
	position: absolute;
	bottom: 0px;
	right: 0px;
}

#alex {
	position: absolute;
	opacity: 1.0;
	z-index: 1;	
	right: 20px;
	bottom: 20px;
	width:100px;
	height: 60px;
	background-color: #14040D;
	/*-moz-border-radius: 3px;
	-webkit-border-radius: 3px;*/
	text-align: center;
}

#alex img {
	margin-top: 5px;
	margin-bottom: 8px;
	width: 60px;
}

#alex p {
	color: black;
	text-align: center;
	font-size: 12px;
	color: #121212;
}

#alex a {
	/*color: #ababab;*/
	color: white;
	text-decoration: none;
}

#alex a:hover {
	color: #f22d94;
	/*color: #14040D;*/
}
