body{
		margin: 0;
		background-color: #CCCCCC;
		font-family: arial, helvetica;
		font-weight: normal;
		background-image:url('images/background.jpg');
		background-repeat:repeat-y;
		background-position: 50% 0%;
}	

#center { width: 800px; height: 100px; margin: 0 auto; }
	#header { width: 800px; height: 100px; background-color: #2C2C2C }
		#logo {
			background: url('images/logo.png') no-repeat center bottom;
			width: 224px;
			height: 69px;
			display: block;
			padding-top: 17px;
			padding-left: 35px;
			float: left;}
		#logo a { display: block; width: 224px; height: 69px; }
		#nav {
			float: right;
			width: auto;
			height: auto;
			padding-right: 20px;
			padding-top: 70px;
			text-align: center;
			color: #fff;
			font-size: 14px;
			right: 70px;}
		#nav a { color: #fff; text-decoration: none; font-weight:bold;}
		#nav a:hover { color: #CCC; }
	#content {}

a img {border:none;}
a:active{outline: none;}
a:focus{-moz-outline-style: none;}
a:link { color: #777777;}
a:visited { color: #2C2C2C;	}
a:hover { color: #2C2C2C; }
