body {
	margin: 0px;
	padding: 0px;
	width: 100%;

	background-color: #000000;
	background-image: url(./img/bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	
	color: #888888;
	font-family: garamond,ms sans serif;
	font-size: 14px; 
	}

#content {
	width: 330px;
	height: 100%;
	padding: 10px;
	border-left: 1px solid #6c6c6c;
	border-right: 1px solid #6c6c6c;

	color: #888888;
	font-family: garamond,ms sans serif;
	font-size: 14px;
	}
	
#subcontent {
	width: 320px;
	padding: 5px;
	border: 1px solid #6c6c6c;

	color: #888888;
	font-family: garamond,ms sans serif;
	font-size: 14px;
	}	

a {	color: #888888; }
a.hover { color: #000000; }

p {	color: #888888;
	font-family: garamond,ms sans serif;
	font-size: 14px; }
	
