.contain {
	width: 900px;
}
.header {
	background-image: url(1.jpg.jpg);
	height: 150px;
	width: 900px;
	border-bottom-width: thick;
	border-bottom-style: solid;
	border-bottom-color: #333;
}
.nevbar {
	background-repeat: repeat-x;
	height: 30px;
	width: 900px;
	margin-top: 5px;
	position: relative;
	background-image: url(2.jpg.jpg);
	color:#FFF;
	font-size:24px;
	text-decoration:none;
}
.body {
	background-image: url(2.jpg.jpg);
	background-repeat: no-repeat;
	height: 800px;
	width: 900px;
	position: relative;
	color:#FFF;
	margin-top:2px;
	text-shadow:#FFF 0.1px 1px;
	font-family:"MS Serif", "New York", serif;
	font-size:24px;

}
.link { position:absolute; top:0px; left:150px;
	
}
.link ul {
	margin:5px;
}
.link li {
	margin:0px 15px 0px 0px;
	list-style-type:none;
	display:inline;
}
.link li a { color:white;
padding: 5px 10px 5px;
text-decoration:none;
display:inline;
font-size:18px;
font-family:Georgia, "Times New Roman", Times, serif

}
.link a:hover {color:#C99;
text-decoration:none;	
}