@charset "utf-8";
/* CSS Document */
html{
	background: url(images/back_html.png) repeat-x;
	background-color: #333;
}
body{
	margin: 0 auto;
	width: 770px;
	height: 750px;
	border-top: none;
	background: #333;
	font-size: 12px;
	font-family: "Trebuchet MS", Verdana, Arial;
	position: relative;
	background-color: #333;
}

a{outline: none;}
a:focus{-moz-outline-style: none;}

#partner1{
	position: relative;
	top: -60px;
	left: 20px;
	background-color: #333;
} 

#partner2{
	position: relative;
	top: -60px;
	background-color: 333;
}

#partner1 img, #partner2 img{
	margin-right: 50px;
	border: none;
	background-color: 333;
}

#web_design {
	position: absolute;
	top: 10px;
	right: -20px;
	text-align: center;
	font-size: 10px;
}

#chris_design {
	position: absolute;
	top: 600px;
	left: -20px;
	text-align: center;
	font-size: 10px;
}

#last_modified {
	margin-top: -20px;
	background-color: #999;
}

