body {
	background-image: url(bbs.jpg);
	background-repeat: no-repeat;
	margin: 0 0 0 0;
	font:helvetica;
	font-size: 12px;
	line-height: 15px;
	background-color:#000000;
	
}

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

a:hover {
	color: #ff6699;
	text-decoration: bold;
}


.mainbox {
	position: absolute;
	left: 10px;
	background-color: transparent;
	background-repeat: no-repeat;
	width:420px;
	height:580px;
	padding-top: 35px;
	font: helvetica;
	color: 000000;
	overflow: hidden;
	
}

.sidebox {
	position: absolute;
	left: 520px;
	background-color: transparent;
	background-repeat: no-repeat;
	border: 3px;
	border-color: black;
	width: 320px;
	height: 320p;
	padding-top: 12px;
	font: century-gothic;
	color: 333333;
}



