@import url(fonts.css);

html, body {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica;
}

p {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: underline;
	color: black;
}

div#page { 
	position: relative;
    width: 800px;
    height: 580px;
    left: 50%;
    margin-left: -400px;
    top: 50%;
    margin-top: -290px;
    text-align: center;
    background-image: url(../images/bg.jpg);
    background-repeat: no-repeat;
    border: 1px solid black;
	z-index: 1;  
	font-size: 85%;
	line-height: 130.5%; 
}

div#left {
	position: absolute;
	bottom: 0;
	left: -5px;
	z-index: 2;
	width: 383px;
	height: 220px;
	overflow: hidden;
	text-align: left;
	color: white;
}

div#navigation {
	position: absolute;
	bottom: 200px;
	left: 514px;
	z-index: 5;
	width: 286px;
	height: 230px;
	text-align: left;
}

div#right {
	position: absolute;
	bottom: 0;
	left: 510px;
	z-index: 3;
	width: 291px;
	height: 180px;
	text-align: left;
}

div#footer {
	position: absolute;
	bottom: -20px;
	left: 0;
	z-index: 4;
}

div#footer a {
	color: black;
	font-size: 85%;
}




