html,
body {
	height: 100%;
}

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

img {
	display: block;
	border-width: 0;
}

a {
	color: #000;
	text-decoration: none;
	border-bottom: 1px dotted #000;
}
a:hover {
	border-bottom-style: solid;
}
a:focus {
	outline: none; /* firefox dotted border fix */
}

form {
	margin: 0;
}

/* to fix ie6 <a> style over <img> */
.noBorder {
	border-bottom-width: 0 !important;
}
/* to fix ie6 lack of :first-child */
.first {
	margin-top: 0 !important;
	margin-left: 0 !important;
}
/* to fix ie6 lack of :last-child */
.last {
	margin-bottom: 0 !important;
	margin-right: 0 !important;
}

#global {
	position: relative;
	width: 955px;
	height: 100%;
	margin: 0 auto;
	border-width: 0 1px;
	border-style: solid;
	border-color: #CCC;
	background-color: #FFF;
}
/* to fix ie6 lack of min-height */
body > #global {
	height: auto;
	min-height: 100%;
}

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

#global #top {
	
}

#global #navigation {
	
}

#global #content {
	padding-bottom: 31px;
}

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

#global #footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	font-size: 10px;
	line-height: 20px;
	color: #666;
	text-align: center;
	border-top: 1px solid #CCC;
}

#global #footer #credit {
	float: left;
	margin-left: 5px;
}
#global #footer #credit,
#global #footer #credit a {
	font-size: 9px;
	color: #CCC;
}
#global #footer #credit a {
	border-bottom-color: #CCC;
}