* {
	margin:0px;
	padding:0px;
}

body{
	margin-left:auto;
	margin-right:auto;
	font-size:13px;
	background-color: #000000;
	padding:2px;
}


#main{
   text-align:center;
   margin-left:auto;margin-right:auto;
   text-align:left;

	width:760px;
	background-color: #ffffff;
	font-size:12px;
	margin-left:atuo;
	margin-right:auto;
	background-color: #fff;
	height:890px;
	overflow:hidden;
}

#illustrators{
	font-size:12px;
	position:relative;
	width: 350px;
	height: 80px;
	/*background-color: #ff0000; */
	top: -30px;
	left: 10px;
	font-size:10px;
	line-height:130%;
/*	border:1px solid #777777; */
	padding:4px;
}

#spec{
/*	font-size:12px; */
	background-color: #ffffcc;
	border: 1px dotted #cccc;
	position:relative;
	width:360px;
	padding:4px;
	left:360px;
	top:-100px;
	line-height:130%;
	border:1px dotted #06F;
}

#copyright{
/*	border:1px solid color:#C33; */
	width:760px;
	font-size:11px;
	position:relative;
	top:-110px;
	padding:4px;
}

#links{
	width:300px;
/*	background-color: #cc0; */
	position:relative;
	top:-140px;
	left:450px;
	}
	
