body {
	background: #fff url(imgs/background.jpg) fixed;	
	font-family: "Trebuchet MS",Verdana,Arial,sans-serif;
	font-size: 14px;
	line-height: 1.6;
}

#content {
	width: 750px;
	margin: 20px auto;
	padding: 10px;
	background: #FFF;	
	border: 1px solid #CCC;
}

#content .header{
	width:100%;
	height:100px;
	background:url(imgs/header02.jpg) no-repeat top left;
	}


hr {
	border: none;
	height: 3px; line-height: 3px;
	background: #333;	
	margin-bottom: 20px;
	padding: 0;
}

p {
	margin: 0;	
	padding: 7px 0;
}

.clear {
	clear: both;
	line-height: 1px;
	font-size: 1px;
}

a { 
	outline-color: #888;	
}