body
	{
		margin: 0;
		padding: 0;
		font: 85% arial, helvetica, sans-serif;
		text-align: center;
		color: grey;
		background-color: white;
	}
	
	#container
	{
		
		position: absolute; top: 0px; 
		margin: 1em auto;
		left: 50%;
		top: 50%;
		width: 500px;
		height: 450px;
		text-align: left;
		margin-left: -200px;
		margin-top: -140px;
		background-color: white;
		border: 0px;
		border-style:solid;
		border-color: grey;
	}
	
	#contents	
	{
		
		position: relative; top: 200px; left: 500px;
		height: 450px;
		width: 450px;
		background-color: none;
		overflow: auto;
	}
	
	#footer	
	{
		position: relative; bottom: -99px; left: 0px;
		width: 1000px;
		height: 20px;
		background-color: none;
	}
h2 
	{ 
		color : grey;
		font-weight:normal;
		font-style: normal;
		font-size : 50%;
		font-family : verdana, sans serif;
	}
	
	a {
	font-size: 85%;
	color: #66ff00;
	text-decoration: none;
}
a:visited {
	color: #f3ec35;
	text-decoration: none;
}
a:hover {
	color: #3bc161;
	text-decoration: none;
}
a:active {
	color: #f36235;
	text-decoration: none;
}
	
