@charset "utf-8";
/* CSS for 06scribbled */
body { 
	margin: 0; 
	padding: 0; 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size: 0.8em; 
	text-align: center;
} 
a:focus { outline: none; }
#wrap {
	height: 400px;
	width: 562px;
	margin-top: -200px;
	margin-left: -280px;
	padding: 0;
	top: 50%;
	left: 50%;
	position: absolute;
	background-color: #fff;
}
#wrap404 {
	height: 400px;
	width: 402px;
	margin-top: -200px;
	margin-left: -200px;
	padding: 0;
	top: 50%;
	left: 50%;
	position: absolute;
	background-color: #fff;
}
#left_nav {
	width: 80px;
	float: left;
	text-align: left;
}
#left_nav a {
	display: block;
	background: url(arrow_left.gif) no-repeat;
	height: 59px;
	margin-top: 170px;
 	text-indent: -999em;
	text-decoration: none;
}
#left_nav a:hover {
	background: url(arrow_left_over.gif) no-repeat;
}
#left_nav a.off {
	background: url(arrow_left_off.gif) no-repeat;
}
#right_nav {
	width: 80px;
	float: left;
	/*text-align: right;*/
}
#right_nav a {
	display: block;
	background: url(arrow_right.gif) top right no-repeat;
	height: 59px;
	margin-top: 170px;
 	text-indent: -999em;
	text-decoration: none;
}
#right_nav a:hover {
	background: url(arrow_right_over.gif) top right no-repeat;
}
#right_nav a.off {
	background: url(arrow_right_off.gif) top right no-repeat;
}
#image {
	width: 402px;
	float: left;
}
#image img {
	border: 1px solid #ddd;
}
