/* CSS Document */

#container{
	width: 1024px;
	position: relative;
	background-repeat: no-repeat;
	background-image: url(../images/head.jpg);
	margin: 0px;
}


#globalNav{
	position: absolute;
	width: 345px;
	height: 72px;
	color: #cccccc;
	padding: 0px;
	margin: 0px;
	top: 68px;
	background-repeat: no-repeat;
	background-position: left top;
	left: 554px;
}