h1, h2 {
	padding:0;
	margin:0;
	font-size: 1em;
}

#header h1 {
	text-align: center;
	font-size: 5em;
	color:#E70012;
}
#header h2 {
	text-align: center;
	font-size: 2.5em;
	color:#E70012;
}

#footer {
	text-align: center;
	font-size: small;
}
body {
	background-attachment: fixed;
	background-image: url('/images/koryunet_logo.gif');
	background-repeat: no-repeat;
	background-position:  
               center;
}
#contents {
	height: 300px;
	width: 800px;
	margin: 0 auto;
	padding-top: 50px;
}

#contents h2 {
	text-align:center;
	font-size: 2em;
}

#contents ul {
	border:0px none;
	margin:50px; list-style-type:none
}


#contents li {
	display: block;
	float: left;
	padding: 0;
	margin: 0px 0px;
}


#contents a {
	font-size: 3em;
	padding: 20px 10px;
	border: none;
	text-decoration:none;
}

#contents a:link {
	border: none;
}

#contents a:hover {
	color: #FFFFFF;
	background-color:#FF9900;
}