@import "typography.css";
@import "form.css";

html, body {
	height: 100%;
	padding: 0;
	margin: 0;
	overflow: hidden;
}		

#page { overflow: auto; height:100%;}
#footer { height: 65px; margin-top:5px; }

.outer
		{
		padding:0px;
		width:1024px;}
		.main
		{border: 1px solid black;
		padding:0px;}
		.smborder
		{
		border-top: 1px solid black;
		border-bottom: 1px solid black;
		width:90%;
		}
		.bottom
		{height:104px;
		text-align:center;}
		.leftbg
		{
		border-right: 1px solid black;
		border-bottom: 1px solid black;
		}
		.rightbg
		{
		border-left: 1px solid black;
		border-bottom: 1px solid black;
		}

