/* @override 
	http://127.0.0.1/~niko/status-board/time/index.css
	http://192.168.1.103/~niko/status-board/time/index.css 
*/

html{
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}
.main{
	text-align: right;
}
#location{
	height: 64px;
	float: left;
	font-size: 2.4em;
	line-height: 1.25em;
	color: #7e7e7e;
	vertical-align: baseline;
}
#time{
	max-height: 64px;
	text-align: right;
	font-size: 3em;
	color: #eee;
}
#link {
text-align: center;
	margin: 0 auto;
	margin-top: 100px;
}
a{
	color: black;
}
#form{
	margin: 0 auto;
	width: 540px;
	padding: 20px;
}