	body {
		margin-top: 490px;
		margin-left: 50px;
		font-family: century gothic;
		color: #2d4454;
		font-size: 12px;
		background: url(img/background.png);
	}
	
	a:link, a:visited {
		color: #00ffff;
		text-decoration: none;
		border-bottom: 2px dotted;
		border-color: #00ffff;
	}
	
	a:hover {
		color: #DAFDAB;
		border-bottom: 2px dotted;
		border-color: #00ffff;
	}
	
	.banner {
		position: absolute;
		left: 0px;
		top: 0px;
		height: 500px;
		width: 100%;
		background: url(img/banner.png);
	}
	
	.nav1 {
		width: 200px;
		height: 115px;
		overflow: auto;
		position: relative;
		left: 110px;
		top: 70px;
	}
	
	.nav2 {
		width: 225px;
		height: 125px;
		overflow: auto;
		position: relative;
		left: 505px;
		top: -40px;
	}
	
	.nav1 a:link, .nav1 a:visited, .nav2 a:link, .nav2 a:visited {
		border: 0px;
	}
	
		.nav1 a:hover, .nav2 a:hover {
		border: 0px;
	}
	
	.main {
		width: 700px;
		height: auto;
		background: url(img/text_bg.png);
		padding: 50px;
	}
		
	h1 {
		width: 780px;
		height: 70px;
		font-size: 60px;
		background: url(img/h1.png);
		padding: 10px;
		font-family: courier new;
	}
	
	img {
		border: 0px;
	}
	
	hr {
		color: #2d4454;
		style: dashed;
	}