html,
body {
	height: 100%;
}

body {
	font-family: Arial,Verdana,Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	margin: 0;
	background-image:url("../picture/interface/bg.gif");
}

img {
	display: block;
	border-width: 0;
	margin-bottom:10px;
}
a {
	color: #000;
	text-decoration: none;
	border:0;
}

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;
}

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

#global {
	position: relative;
	width: 950px;
	height: 600px;
	margin: 0 auto;
}

#global #top {
	height:127px;
	background-image:url("../picture/interface/top.gif");
}

#global #content {
	margin-top:6px;
	margin-bottom:6px;
	height:394px;
	display:block;
}

#global #footer, 
.clearer {
	clear: both;
}

#global #footer {
	height:34px;
	position:relative;
}