body { 
	background-color: #600;
	height: 100%;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;	
}

#container {
	position: absolute;
	height: 95%;
	left: 50%;
	margin-left: -400px;
	width: 800px;
}


#header {
	position: relative;
	background-image: url(../images/splash/header.jpg);
	background-repeat: repeat-x;
	height: 40px;
	z-index: 0;
}

#left {
   width: 230px;
   float: left;
	padding-left: 60px;
}

#right {
   margin-left: 480px;
	width: 220px;
	
}

.logo {
	position: absolute;
	top: 120;
	left: 280;
	z-index: 1;
}

.welcome {
	position: relative;
	margin-left: 100px;
	z-index: 1;
}

#footer {
	position: absolute;
	background-image: url(../images/splash/footer.jpg);
	background-repeat: repeat-x;
	height: 120px;
	bottom: 0px;
	width: 100%;
}

img {
   border: none;
}

.clear {
  clear: both;        /* extend height of .main to longest column */
  height: 1px;
  overflow: hidden;   /* prevent IE expanding the container */
  margin: 0;          /* keep flush with surrounding blocks */
}









