body {
	margin: 0px;
	background-image: url(../images/bg_page.png);
	background-repeat: repeat-y;
	background-position: 768px;
}

#container {
	top: 0px;
	background-color: fff; 
	background-image: url(../images/bg_body.jpg);
	background-position: 0px 355px;
	background-repeat: no-repeat;
	color: #9ab3b8; 
	width: 768px; 
	height: 100%; 
	top: 0px;
	border-right: 1px solid;
	margin: 0; padding: 0;
}

#cover {
	background-image: url(../images/cover.jpg);
	width: 768px;
	height: 355px;
	margin: 0;
	padding: 0;
}
#cover h1 {
	text-indent: -9000px;
	}

#contents {
	margin: 100 0 0 100;
	position: absolute;
	width: 768px;
	color: 333;
	font: normal 12px Georgia, 'Century Gothic', serif;
}


ul { list-style: none }

a:link    {color: 000; font: normal 12px Georgia, 'Century Gothic'; text-decoration: none; cursor: crosshair;}
a:hover   {color: #ff0000; font: normal 12px Georgia, 'Century Gothic'; text-decoration:line-through; cursor: crosshair;}
a:active  {color: 333; font: normal 12px Georgia, 'Century Gothic'; text-decoration: none; cursor: crosshair;}
a:visited {color: 000; font: normal 12px Georgia, 'Century Gothic'; text-decoration: none; cursor: crosshair;}
a:visited:hover {color: #ff0000; font: normal 12px Georgia, 'Century Gothic'; text-decoration:line-through; cursor: crosshair;}
