* {
	margin: 0;
}
html, body {
	height:100%;
}
body {
	font-size:13px;
	background-image:url(../images/img-bg.gif);
	background-repeat:repeat-x;
	margin:0;
}
#container {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -4em;
	width:980px;
}
a:link, a:active, a:visited {
	color:#88c9ef;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
.clear {
	clear:both;
}
