* {padding: 0; margin: 0;}

html,body {
	height: 800px; 
	width: 1000px; 
	background-color: black; 
	font-family: arial; 
	margin: 0px; 
	padding: 0px;
	
}

img {
	border: none;
}

#contents {
	float: left; 
	background-image:url('contents.jpg');
	background-repeat: no-repeat;
	height: 250px;
	width: 150px;
	margin-left: 0px; 
	font-size: 1em;
}


#main {
width: 980px;
height: 440px;
font-weight: normal;
padding: 5px;

}

#box {
	margin-left: 150px;
	width: 780px;
	height: 460px;
	border: inset 1px white;
	font-weight: normal;
	padding: 5px;
	

}

#main p {
	margin-top: 10px;
	font-size: 10pt;
	float: left;
	margin-left: 5px;
	color: #fff;
	font-style: normal;
}	



.button {display: block; width: 80%; height: 18px; border: outset 2px gray;
padding-left: 4px; spacing: 1px; margin: 4px; font-size: 0.8em;}



a:link.button, a:visited.button {font-weight: none; text-decoration: none; color: white;}
a:hover.button {border: inset 2px white; color: gray;}

#name {margin-left: 15px;font-size: 0.6em; color: gray; }

#copyright {text-align: right; position: relative; top: -10px;  left: -15px; font-size: 0.6em; color: gray;}