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

/*

GENERAL

*/

body {
	background-color: #000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a:link, a:visited, a:active {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	color: #999;
	text-decoration: none;
}
a.selected {
	color: #666666;
	text-decoration: none;
}
a {
  outline: none;
}
:focus {
  -moz-outline-style: none;
}


/*

COPYRIGHT

*/

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #333333;
	padding-top: 10px;
}
a.copyright:link, a.copyright:visited, a.copyright:hover, a.copyright:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #999999;
	padding-top: 10px;
}
/*

STRUCTURE

*/

#container {
	position:absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 450px;
	margin-top: -225px;
	margin-left: -50%;
}
#canvas {
	height: 450px;
	width: 100%;
	background-color: #000;
	background-position: center center;
}
#layout {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	height: 450px;
	background-color: #000;
	background-position: center center;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
}
#layout .left{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #FFF;
	float: left;
	height: 220px;
	width: 250px;
	padding-top: 230px;
	padding-left: 30px;
	line-height: 14px;
}
#layout .right{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #FFF;
	float: right;
	height: 200px;
	width: 250px;
	padding-top: 250px;
	padding-right: 30px;
	text-align: right;
	line-height: 14px;
}



/*

FOOTER

*/

#footer {
	position: relative;
	width: 900px;
	height: 32px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #FFF;
}
#footer .right {
	width: 300px;
	text-align: right;
	float: right;
}
#footer .left {
	width: 400px;
	text-align: left;
	float: left;
}
