body {
	background: url(../images/world.png) no-repeat scroll top center gray;
	overflow: auto;
	cursor: default;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Arial;
	color: white;
	font-size: 100%;
}

a:link {color: black; text-decoration: none;}
a:visited {color: black; text-decoration: none;}
a:hover {color: black; text-decoration: none;}

ul {margin: 0; padding: 0;}

#container {
	margin: 0 auto;
	padding: 0;
	border: none;
	width: /*100%*/745px;
	height: 100%;
	text-align: left;

}
