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

body,html {
	margin: 0;
	height: 100%;
	background-color: #000000;
}
#main {
	height: 120px;
	text-align: center;
	width: 250px;
	margin: auto;
}
a {
text-decoration:underline;color:#000000; text-decoration:underline;
}

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