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

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

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

#linklist {
	padding-top: 100%;
}


#link_3 a {
	position: relative;
	background-image: url(logo5.png);
	background-position: left top;
	display: block;
	background-repeat: no-repeat;
	height: 60px;
}

#link_3 a:hover {
	position: relative;
	background-image: url(logo5.png);
	background-position: left bottom;
	display: block;
	background-repeat: no-repeat;
	height: 60px;
}

#link_4 a {
	position: relative;
	background-image: url(logo6.png);
	background-position: left top;
	display: block;
	background-repeat: no-repeat;
	height: 60px;
}

#link_4 a:hover {
	position: relative;
	background-image: url(logo6.png);
	background-position: left bottom;
	display: block;
	background-repeat: no-repeat;
	height: 60px;
}

#link_1 {
	position: relative;
	background-image: url(logo1.png);
	background-position: left top;
	display: block;
	background-repeat: no-repeat;
	height: 60px;
}

#link_2 {
	position: relative;
	background-image: url(logo2.png);
	background-position: left top;
	display: block;
	background-repeat: no-repeat;
	height: 60px;
}

#link_5 a {
	position: relative;
	background-image: url(logo2.png);
	background-position: left top;
	display: block;
	background-repeat: no-repeat;
	height: 60px;
}

#link_5 a:hover {
	position: relative;
	background-image: url(logo2.png);
	background-position: left top;
	display: block;
	background-repeat: no-repeat;
	height: 60px;
}
