html,body {
height:100%;
}

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


a:link {
	text-decoration: none;
	color:#f6f4b9;
}
a:visited {
	text-decoration: none;
	color:#f6f4b9;
}
a:hover {
	text-decoration: none;
	color:#0000FF;
}
a:active {
	text-decoration: none;
}

#surround {

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

* html #surround {
height:100%;
}

#inside {
	min-height: 100%;
	width:900px;
	padding:0.5;
	text-align:left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

* html #inside {
height:100%;
}

#navigation {
	height:40px;
	padding:0;
	overflow:hidden;
	margin: 0px;
}


#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;
}
