html {
	height: 100%;
}

body {
	height: 100%;
	margin:0px 0px;
	padding:0px 0px;
	background-color:#ffffff;
}

h1,h2,h3 {
	margin:0px 0px;
	padding:0px 0px;
}

img {
	border:none;
}
#content_link{
	width:760px;
	text-align:left;
}
#tablestyle {
	border: 1px solid #ff0000;
	background-image:url(../img/img.gif);
	background-repeat:no-repeat;
	background-position:82% 100%;
}
.contents {
	padding:38px 42px 0px 42px;
	
}

.banner {
	vertical-align:bottom;
	text-align:right;
}

ul {
	margin:15px 0px;
	padding:0px;
	list-style:none;
}

li {
	margin:5px; 
	padding:0px;
}

#wrap {
	width: 100%;
	height: 100%;
	min-height: 100%;
	position: relative;
}

body > #wrap {
    height: auto;
}

#wrapInner {
	min-height: 550px;
	height: auto !important;
	height: 550px;

}

#contentArea {	
	width: 760px;
	height: 474px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -247px 0 0 -380px;
}


.footer-nav {
	clear: both;
	position: absolute;
	left: 0;
    bottom: 0px;
	overflow: hidden !important;
	_overflow: visible !important;
}
