@charset "utf-8";
/* CSS Document */

a:link {text-decoration: none; color: #999999;}
a:visited {text-decoration: none; color: #999999;}
a:active {text-decoration: none; color: #999999;}
a:hover {text-decoration: none; color: #FFFFFF;}

body {
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	margin-top: 20px;
}
.header {
	height:  384px;
	width: 600px;
	border: 10px solid #999999;
	background: url(korn.jpg);
	margin: auto;
}
p.info {
	font-size: 12px;
	margin-top: 10px;
	text-align: center;
}
	
