body {
	background: #e2e2e2;
	margin: 50px auto;
	padding: 0;
	text-align: center;
	}

a:link, a:visited, a:active {
	color: #6c8726;
	cursor: default;
	font-weight: normal; 
	text-decoration: none; 
	}

a:hover {
	border-bottom: 1px dashed #000000;
	color: #646bbe; 
	cursor: default;
	font-weight: normal; 
	text-decoration: none;;
	}

#spacer {
	float: right;
	padding: 15px;
	width: 90%;
	text-align: justify;
	}

#shell {

	background-color: #ffffff;
	margin: auto;
	padding: 0px;
	width: 480px;
	}

#img1 {
	background: #ffffff url(images/twisted.png) no-repeat top center;
	height: 184px;
	padding: 0px;
	width: 489px;
	}

#img2 {
	background: #ffffff url(images/textbot.png) no-repeat top center;
	height: 20px;
	padding: 0px;
	width: 489px;
	}

#text {
	background-color: #ffffff;
	line-height: 15px; 
	font-family: sans-serif; 
	font-size: 9px; 
	font-weight: normal;
	color: #a2a2a2;
	padding: 10px;
	text-align: justify; 
	width: 470px;
	}

.title {
	color: #000000;
	font: bold 112%/1.4em arial,verdana,sans-serif;
	margin: 0 0 .5em;
	text-transform: lowercase;
	}