
@import "/library/default.css";

body {
	background-color:#000000;
	color:#cccccc;
	background-image:url(../image/bg_body.jpg);
	background-repeat:no-repeat;
	background-position:center top;
}

td , th {
	color:#aaaaaa;
}

a:link { text-decoration:none; color:#88AAA5; }
a:visited { text-decoration:none; color:#88AAA5; }
a:active { text-decoration:none; color:#88AAA5; }
a:hover { text-decoration:underline; color:#E60000; }

.contents {
	position:relative;
	width:950px;
	height:1820px;
}

.contents .coment1 {
	position:absolute;
	z-index:1;
	top:30px;
	left:0px;
	width:640px;
}

.contents .coment2 {
	position:absolute;
	z-index:1;
	top:350px;
	right:0px;
	width:650px;
}

.contents .coment3 {
	position:absolute;
	z-index:1;
	top:640px;
	left:0px;
	width:950px;
}

.contents .tweet {
	position:absolute;
	z-index:1;
	top:430px;
	left:0px;
	width:280px;
}
