
div	{ text-align:center;  }

#menu	{ position: absolute;	top: 0;  left: 0;   width: 300px; 	height: 1400px;  background: red; }

#head { position: absolute;	top: 0; 	left: 300px; 	right: 0;  	height:150px; width: 700px; padding: 0px 10px 0px 0px; 	background: red;  }

#clock  { position: absolute; top: 150px; left: 300px; right: 0; height:100px; width: 700px; padding: 0px 10px 0px 0px; 	background: red; }

#main	{ position: absolute;	top: 250px; 	left: 300px;	right: 0; 	bottom: 0; width: 700px;  height: 1150px; 	padding: 0px 10px 0px 0px; background: red; }

form  { text-align: center; }

option { background: white; color: black; }

h2    { color: #ffd700; }

p     { color: black; }

hr    { color: #ffd700; width: 600px; }
