<style type="text/css">

body { background:black; font-family:Helvetica; }

#bg{
	width:800px;
	height:600px;
	margin-left:auto;
	margin-right:auto;
}

.div {
	
	width:60px;
	height:50px;
	margin-left:10px;
	text-align:center;
	overflow:hidden;
	float:left;
		
}

#mins {
	
	width:430px;
	height:60px;
	padding-top:10px;
	margin-left:180px;
	margin-top:20px;
	border:3px solid white;
	overflow:hidden;
	text-align:center;
	float:left;
	position:relative;
	
}

#show {
	
	width:600px;
	height:500px;
	background:white;
	margin-left:100px;
	float:left;
	overflow:hidden;
	
}

#close {
	width:65px;
	height:20px;
	position:relative;
	float:right;
	margin-left: 35px;
	margin-top:5px;
	margin-bottom:400px;
	top:12px;
	font-size:10px;
	top:0;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
}

#close:hover {
	text-decoration:underline;
	
}
</style>
