html {
	background: url(../img/bg.png) repeat-x;
}

body {
	padding: 2em 0 0 0;
}

#custom-doc { width:62em;*width:60.51em;min-width:806px; margin:auto; text-align:left; }

h1 {
	padding: 0;
	color: #666;
	border: 0;
}

a:link, a:visited, a:hover {
	text-decoration: none;
	color: #888;
}

a:hover {
	text-decoration: underline;
}

#hd {
	border-bottom: 1px dotted #ddd;
	margin: 0 0 2em 0;
}

#logo {
	text-align: center;
}

#logo img {	
	display: block;
	margin: auto auto 3em auto;
}

#ft {
	text-align: center;
	background: none;
	border-top: 1px dotted #ddd;
	color: #777;
}

