﻿html {height: 100%; width: 100%; overflow: hidden;}

body {
	height: 100%;
	width: 100%;
}

#logo {
	width: 225px;
}

#copy {
	width: 50%;
	text-align: left;
	padding: 20px;
	font-size: 11px;
	line-height: 18px;
	color: #fff;
	vertical-align: top;
}

#links {
	text-align: right;
	width: 50%;
	padding: 20px;
	vertical-align: top;
}

#links a {
	display: block;
	padding: 12px 0px 12px 0px;
}

#main {
	background-image: url('vert.png');
	background-repeat: repeat-y;
	background-position: center;
	height: 100%;
	width: 100%;
}

#content {
	width: 750px;
}

#horiz_cell {
	width: 100%;
	background-image: url('horiz.gif');
	background-position: top;
	background-repeat: repeat-x;
}


