body {
	background: #8ca8c0 url(http://rickbessette.com/i/wallpaper.jpg) repeat-x top;
	}

#container {
	width: 360px;
	background: #fff;
	border: 1px solid black;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 32px;
	}
	
/*-------------------------------------------------------------------------------------------*/	
image {
	border: 0;
	padding: 0;
	}
	
p, body {
	color: #444;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	line-height: 1.5;
	text-align: justify;
	text-decoration: none;
	text-indent: 0;
	}

h1 {
	color: #353;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 0.2em;
	text-align: left;
	text-decoration: none;
	text-indent: 0;
	border-bottom: 1px solid #999;
	padding-bottom: 10px;
	}

h2 {
	color: #464;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-align: left;
	text-decoration: none;
	/*text-indent: 0.6em;
	background-color: #FDF3CF;
	border-left: 2px solid #6a6;*/
	}

a:link {
	color: #060;
	text-decoration: underline;
	}

a:visited {
	color: #999;
	text-decoration: underline;
	}

a:active {
	color: #000;
	text-decoration: underline;
	}

a:hover {
	color: #000;
	text-decoration: underline;
	}
	
.sign {	
	color: #000;
	font-family: Times, serif;
	font-size: 12px;
	margin: 24px 0 0 0;
	padding: 0;
	}
	
