/* CSS Document */

body {
	position: absolute;
	background-image: url(../images/background.jpg);
}

#background_pic {
	position: absolute;
	width: 805px;
	height: 601px;
}

#header {
	position:absolute;
	left:17px;
	top:17px;
	width:158px;
	height:69px;
}

#logo {
	position:absolute;
	left:14px;
	top:27px;
	width:219px;
	height:81px;
}

#footer{
	position:absolute;
	left:500px;
	top:484px;
	width:331;
	height:168px;
}

#home_link {
	position: absolute;
	left: 15px;
	top: 574px;
	z-index: 12;
	width: 142px;
	height: 72px;
}

#tab{
	position:relative;
	margin:0px auto;
	width: 867px;
	height: 613px;
	top: 0px;
}
