body {
	background: #ffffff url("images/back.jpg");
	background-repeat:repeat-x;
	position:top;
	font-size:16px;
}

#container {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	align:center;
}

#header {
	display:block;
	width:1000px;
	height:300px;
	margin-top:50px;
	background:url("images/backgrounds/top.png");
	background-position:center;
	position:relative;
}

#main {
	width:1000px;
	margin-top:0px;
	margin-bottom:0px;
	background:url("images/backgrounds/middle.png");
	background-repeat:repeat-y;
	background-position:center;
}

#footer {
	display:block;
	width:1000px;
	height:50px;
	margin-top:0px;
	background:url("images/backgrounds/bottom.png");
	background-repeat:none;
	background-position:center;
}

a{
	font-size:18px;
	text-decoration:none;
	font-weight:bold;
	color:#666666;
}

a:hover{
	color:#ff0000;
}

#menu {
	position:absolute;
	top:200px;
	right:160px;
	width:720px;
	text-align:right;
}

#title{
	position:absolute;
	top:240px;
	left:50%;
	height:80px;
	width:1000px;
	margin-left:-500px;
	font-style:italic;
	color:#000000;
	font-size:26px;
	font-weight:bold;
	text-align:center;
}

h2{
	margin-top:0px;
	font-weight:bold;
	font-style:italic;
	font-size:20px;
}

p{
	margin-top:0px;
}

#content{
	text-align:left;
	width:700px;	
}

#mitfooter{
	text-align:center;
	width:600px;
}

table {
	font-size:16px;
}

