

html,body {
height:100%;
}

html {
	color:#fff;
	font-family:Verdana, Arial, Tahoma, sans-serif;
	font-size:16pt;
	font-size:100%;
}
/*background color*/
body {
	
background:#000;
		font-size:75%;
}


a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

#surround {

min-height: 100%;
height:100%;
}

* html #surround {
height:100%;
}

#inside {
	min-height: 100%;
	height:100%;
	width:984px;
	margin:0 auto;
	padding:0;
	text-align:left;
	
}

* html #inside {
height:150%;
}

#navigation {
height:30px;
margin:0;
padding:0;
overflow:hidden;
background:#000;
}


#body {
height:100%;
min-height:100%;
border-right:1px solid #000;
border-left:1px solid #000;
border-top:1px solid #000;
}

* html #body {
height:100%;
}

!=
.clear {
clear:both;
}


