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

@import url(standard.css);
/*html{
	overflow-y:scroll; 
	-moz-scrollbars:vertical;
}*/
body{
	background-color:#000;
}
#wrapper{
	max-width:1280px;
	margin:0 auto;
	color:#FFF;
	font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
}
header, nav, section, footer, h2{
	margin:1em 0;
}
h1, nav div, footer{
	text-align:center;
}
h1{
	font-size:3em;
}
nav{
	font-size:1.5em;
}
p{
	line-height:1.35;
}
.credit{
	margin-bottom:2em;
}
.kol10_center{
	width:83.333%;
	margin:0 auto;
}
a{
	color:#FFF;
	text-decoration:none;
}
footer{
	padding:1em 0;
	border:solid 1px #FFF;
}
.right{
	text-align:right;
}
h2 p{
	font-size:1rem;
	font-style:italic;
}