:focus { outline: 0; }

body {
	text-align: center; 
    background-color: #000;
}

#page {
	width: 500px; 
	height: 600px; 
	position: relative; 
	margin: auto; 
	background-color: #000; 
	border: 0px; 
	font-family:Tahoma, Verdana, Helvetica, Arial;
}

.tab {
	position: absolute;
	top: 100px;
	left: 0px;
}	

.over {
	position: absolute;
	top: 400px;
	left: 0px;
	background-color: #000;
	width: 413px;
	height: 100px;
}	

h1 {
	color: #000000;
}