﻿/* CSS Document */
html {
	height:100%;
	font-family:arial;
	font-size:11px;
	color: #444444;
	background-color:#ffffff;
	background-image:url(../img/bk.jpg);
}
body {
	padding:0px;
	margin:0px;
	text-align:center;
}
.head {
	width:995px;
	padding:0px;
	margin:0px auto;
	text-align:left;
}
.content {
	width:996px;
	padding:0px;
	margin:0px auto;
	text-align:left;
	background-color:#FFFFFF;
}
.bottom {
	clear:both;
	width:995px;
	padding:0px;
	margin:0px auto;
	text-align:left;
}
a{
	color:#ea8833;
	text-decoration: none;
}
a:hover{
	color: #5a5a5a;
	text-decoration: none;
}
.left{
	float:left;
}
.right{
	float:right;
}
.absolute{
	position:absolute;
}
.relative{
	position:relative;
}
.clearL{
	clear:left;
}
.clear{
	clear:both;
}
.cursor{
	cursor:pointer;
}