.gif "UTF-8";
/* CSS Document */

* {
	padding:0 0 0 0;
	margin:0 0 0 0;
}

td {
	vertical-align:top;
	text-align:left;
}

a, img {
	text-decoration:none;
	border:0;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:17px;
	color:#FFFFFF;
}

div.clear {
	clear:both;
}

.bordered {
	border:1px solid yellow;
}

html {
	background-image:url(../images/blue_stripes.gif);
}

#guide {
	width:820px;
	height:600px;
	/*border:solid 1px white;*/
}

#content {
	width:770px;
	height:510px;
	position:relative;
}

#body {
	/*border:solid 1px white;*/
	height:400px;
	position:relative;
	z-index:1;
}

#close_btn {
	width:80px;
	height:30px;
	position:absolute;
	right:0;
	bottom:10px;
}

#close_btn a {
	display:block;
	height:100%;
	width:100%;
	background-image:url(/images/close.png);
	background-repeat:no-repeat;
}

#close_btn a:hover { background-image:url(/images/close_over.png); }


#wheels {
	position:absolute;
	margin:-10px 0 0 10px;
	z-index:10;
}