

body {
	margin: 0;
	background-color: #dae1ec;
	background-image:url("../picture/interface/bg.jpg");
	background-position:center 0;
	background-repeat:no-repeat;
}

body,
input,
select,
textarea {
	font-family: Arial,Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 15px;
}
	
img {
	display: block;
	border-width: 0;
}

a {
	color: #fff;
	text-decoration: none;
}
a:hover {
	border-bottom-style: solid;
}
a:focus {
	outline: none; /* firefox dotted border fix */
	outline-width: 0; /* ie7 dotted border fix */
}

form {
	margin: 0;
}

/* to fix ie6 <a> style over <img> */
.noBorder {
	border-bottom-width: 0 !important;
}

.clearer {
	clear: both;
}

#adminTop {
	font-size: 10px;
	line-height: 20px;
	background-color: #CCC;
}

#global {
	position: relative;
	width: 816px;
	margin: 0 auto;
	min-height:594px;
	margin-top:20px;

}

#global #top {
	height:120px;
	background-image:url("../picture/interface/bg_top.png");
	background-repeat:repeat;
}

#global #content {
	min-height:353px;
	background-image:url("../picture/interface/bg_content.png");
	background-repeat:repeat;
	overflow:auto;
}

#global #footer {

	width: 781px;
	line-height: 29px;
	border-top: 1px solid #fff;
	background-image:url("../picture/interface/bg_menu.png");
	color:#fff;
	padding-left:35px;
	float:left;
	margin-top:8px;
	position:relative;
}
