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

body{
	text-align:center;
	margin:0;
	padding:0;
	color:#fff;
	background-color: #000;
	}

#container {
	position: relative;
	width: 400px;
	height: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align: center;
}

#linklist {
	padding-top: 50%;
}


#link_1 a {
	position: relative;
	background-image: url(logo9.png);
	background-position: center;
	display: block;
	background-repeat: no-repeat;
	height: 300px;
}

#link_1 a:hover {
	position: relative;
	background-image: url(logo9.png);
	background-position: center;
	display: block;
	background-repeat: no-repeat;
	height: 300px;
}

#link_2 a {
font-family: verdana, arial, sans-serif;
font-size: 18px;
font-style: normal;
color: #999999;
text-decoration:none;
}

#link_2 a:hover {
color: #ffffff;
text-decoration:none;
}

#link_2 a:visited {
color: #999999;
text-decoration:none;	
}
