﻿html, body, h1, h2, h3, h4 {
	margin: 0px;
	padding: 0px;
}
h1 img {
	display: block;
}
img {
	border: 0px;
}
a {
	color: #FF7F00;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #FFA405;
	text-decoration: underline;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}

body {
	text-align: center;
	font: 12px arial, sans-serif;
	color: #1E1E1E;
	background-color: #1E1E1E;
	background-image: url(../bg_body.gif);
	background-attachment: fixed;
	/*background-repeat: repeat-x;*/
	background-position: center top;
	padding-top: 80px;
}
#wrapper {
	text-align: left;
	margin: auto;
	width: 700px;
	height: 400px;
	background: #1E1E1E;
	padding-top: 4px;
}
#body {
	position: relative;
	/*margin-right: 4px;*/
	margin-left: 4px;
	margin-top: 4px;
	/*margin-bottom: 4px;*/
	background-color: #FFFFFF;
	color: #000000;
	width: 690px;
	height: 390px;	
}
