@charset "UTF-8";
/*************************************
	Global
 *************************************/

html {
	height: 100%;		
	font-family: century gothic, arial bold, arial, times new roman;
	font-size: 150%;
	text-decoration: none;
	color: white;
}
body {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
}
#container {
	position:relative;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: 100%;
	min-height:100%;
	z-index:1;
}
html>body #container {
    height: auto;
}
a {
	font-family: century gothic, arial bold, arial, times new roman;
	font-size: 150%;
	text-decoration: none;
	border-width: 0 ;
	border-color: transparent;
	color: white;
}
a.visited {
	color: gray;
}

img {
	border-width: 0;
	border-color: transparent;
}


.copyright {
	color: #676767;
	font-family: century gothic, arial bold, arial, times new roman;
	font-size: 60%;
	text-decoration: none;
}

.pagetitle_small {
	color: #676767;
	font-family: century gothic, arial bold, arial, times new roman;
	font-size: 100%;
	text-decoration: none;
}
.pagetitle_big {
	color: #676767;
	font-family: century gothic, arial bold, arial, times new roman;
	font-size: 150%;
	text-decoration: none;
}