html, body {
	font-family: Arial;
}

div#global {
	width: 1024px;
	margin: auto;
}

div#header {
	height: 60px;
}

div#footer {
	height: 50px;
}

.clear {
	clear: both;
}
	
a {
	text-decoration: none;
}

