/* ----------------------------------------------------- */
/* HTML										  */
/* ----------------------------------------------------- */

html {
	border: 0px;
}

body {	
	/* => Background */
	background-color:#ffffff;
	background-repeat:repeat-x;
	background-image:url(../images/canvasBackground.jpg);
	
	/* => Text */
	color:#7a8391;
	font-size:14px;
	font-family:"Trebuchet MS";
}

/* ----------------------------------------------------- */
/* Content										  */
/* ----------------------------------------------------- */

#globalContainer {
	position:absolute;
     left: 50%; 
     top: 50%;
     width: 940px;
     height: 180px;
     margin-top: -90px; /* half of the height */
     margin-left: -470px; /* half of the width */
}