/*World Cosmologies CSS*/

body {
	background-image: url(images/bg-tile.jpg);
	background-repeat: repeat;
	background-color: #bea97a;
	margin: 0px;
	padding: 0px;
	/*overflow-x: hidden;*/
}

#wideglobal {
	width: 1400px;
	height: 700px;
	position: relative;
	z-index: 1;
	top: 0px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/mural.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	/*border: 1px solid cyan;*/
	}
	
#global {
	width: 1050px;
	height: 800px;
	position: relative;
	top: 0px;
	z-index: 2;
	margin-left: auto;
	margin-right: auto;
	/*border: 1px solid cyan;*/
	}
	
#container {
	padding-top: 45px;
	padding-left: 60px;
	padding-bottom: 100px;
	}
	
#credits {
	text-decoration: underline;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#credits a:link, #credits a:active, 
#credits a:visited, #credits a:hover {
	color: #555939;
	}