body {
	font-size: 12px;
	margin-top: 0px;
	padding: 0px;
	float: none;
	text-align: center;
	background-color: black;
}

a {
	color: white;
	text-decoration: underline;
	margin: 0px;
	padding: 0px;
}
a:hover {
	color: red;
	text-decoration: none;
	margin: 0px;
	width: 100px;
}

div#main{
	position:absolute;
	width:100%;
	top:50%;
	margin-top:-120px;
	text-align: center;
	color: white;
	background-color:black;
}

h1{
	display: block;
	width:800px;
	height:200px;
	left:50%;
	margin: 20px 0px 20px -400px;
	position:relative;
	overflow:hidden;
}

h1 span{
	display: block;
	width:800px;
	height:200px;
	background-image:url('./title.jpg');
	background-repeat:no-repeat;
	position:absolute;
	top:0;
	left:0;

}

div#stjam{
	background-color:magenta;
}
div#melonsoda{
	background-color:cyan;
}
div#honeymilk{
	background-color:limegreen;
}



div.contents{
	width:670px;
	margin:10px auto;
}

td.text{
	background-color:black;
	width:200px;
}

div#footer{
	text-align: center;
	width: 800px;
	background-color: black;
	color: white;
	margin:20px 0 0;
}