

html, body   { color: #333333; font-size: 10px; font-family: verdana, arial, helvetica; line-height: 15px; background: #f2eee4; width: 100%; min-height: 100% }

#content_all {
	text-align: center;
	overflow: auto;
}

#content_wrap {
	width: 688px;
	margin: 0px auto 0px auto;	
}


#img404 { 
	position: relative;
	float: left;
}

#text404 { 
	position: relative;
	text-align: left;
	width: 275px;
	float: right;
	margin: 30px 0px 0px 10px;
}

h1 {
	font-size: 16px;
}

h2 {
	font-weight: bold;
	font-size: 10px;
}

a, a:visited, a:active  { color: #000000; text-decoration: none }

a:hover {
	text-decoration: underline;
}


