@charset "utf-8";
/* CSS Document */
html,body{
    height:100%;
}
* html #wrapper{
    height:100%;
}

#wrapper {
    min-height: 100%;
	margin-top: 20px;
	margin-bottom: 0px;
	padding: 0px;
	height: 100%;
}
body > #wrapper {
        height: auto;
}
#main{
	padding: 0px;
	margin-bottom: 0px;
}

#linkArea li {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px 0px 0px 10px;
}
#linkArea {
	margin: 0px;
	padding: 0px;
}
#footer {
	text-align: right;
	padding-top: 0px;
}
#top #wrapper {
	background: url(none);
}
