body{ 
	background-color:#dc8;
	margin:0; 
	padding:0; 
	font-size:18px;
}



h2{
	display:inline;
}

h3{
	display:inline;
}

A:link {color:#9999ff;}
A:visited {color: #7777cc;}
A:hover {text-decoration: none; color: #0000ff;}
A:active {color: #0000ff;text-decoration: none}

.minimalist{
	width:100px;
	position:relative;
	float:left;
}

#header{ 
background-color:#333;
height:100px;
color:#eec;
font-size:4em;
}

#top{ 
width:100%;
background-color:#dc8; 
height:30px;
}

#center { 
background-color:#eec; 
min-height:400px; /* for modern browsers */
height:auto !important; /* for modern browsers */
height:400px; /* for IE5.x and IE6 */
}

#footer { 
clear:both;
background-color:#333;
height:100px;
color:#eec;
}