body {
	margin:0; 
	padding:0;
	width:100%; 
	height:100%;
	background-image:url(../images/background.jpg);
	background-repeat:no-repeat;
	}
.global {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	}
#content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #FFD700;
	width:70%;
	height:570px;
	float:right;
	padding:20px;
}
#leftcol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	background-image:url(../images/guest_check.png);
  	background-repeat:no-repeat;
  	height:300px;
	width:201px;
	color: #000000;
	float:left;
	text-decoration:none;
	margin-left:15px;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: italic;
	font-weight: normal;
	color: #ffffff;
	width:70%;
	height:30px;
	clear:both;
}
#home {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000000;
	width:607px;
	height:570px;
	float:right;
	padding:20px;	
	background-image:url(../images/main_bg.png);
	background-repeat:no-repeat;
}

#container {
	position:relative;
	width:980px;
	}