﻿html {
	height: 100%;
}

body {
	position: relative;
	height: 100%;
}

/* CONTENT */

#content {
	position: relative;
	top: 160px;
	left: 50%;
	margin-left: -464px;
	width: 928px;
	min-height: 500px;
	/*IE6 hack*/
	_height: 790px;
}

.images {
    display: inline-block;
    float: right;
}

/* HEADER */

#header {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -464px;
	width: 928px;
	height: 160px;
}

#header .containee {
    position: relative;
}

#headercontent {
    position: absolute;
    top: 20px;
    right: 0px;
    width: 140px;
}

/* NAVIGATION */

#navigation {
	position: absolute;
	top: 160px;
    left: 50%;
	margin-left: -464px;
	width: 220px;
	padding: 0px;
}

/* ADMIN */

#footer {
    position: relative;
    width: 928px;
    top: 160px;
    margin: auto;
    /*IE6 Hack*/
    _height: 230px;
}