body {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background: #fff;
	font-family: Arial, sans-serif;
	background: url("bg.png");
	text-align: justify;
}

#ads {
	text-align: center;
}

.message {
	position: absolute;
	right: 5px;
	bottom: 5px;
	width: 300px;
	font-size: small;
	background-color: #ffc;
	border: 1px solid #ccc;
	z-index: 10000;
	padding: 3px;
	text-align: justify;
}

h2 {
	font-size: 110%;
	margin: 0;
	padding: 0;
	font-weight: normal;
}

#about {
	font-size: 70%;
	color: #666;
	margin-top: 40px;
}

#content {
	position: absolute;
	margin-top: 100px;
	background: #fff;
	width: 80%;
	margin-left: 10%;
	padding: 10px;
	padding-top: 0px;
}

#start {
	clear: both;
}

#top {
	width: 100%;
	height: 82px;
	top: 0px;
	position: absolute;
	background: url("header_bg.png");
}

#container {
	
}

#logo {
	width: 88px;
	height: 65px;
	left: 10%;
	position: relative;
	background: url("header.png");
}

#beta {
	width: 168px;
	height: 167px;
	right: 10%;
	top: 0px;
	position: absolute;
	background: url("beta.png");
	z-index: 1;
}

.post {
	background: white;
	width: 700px;
	margin-top: 90px;
	margin-left: 50px;
	font-family: Arial, sans-serif;
	font-size: 11pt;
	padding: 0px 10px 10px 10px;
	text-align: justify;
}

.post h2 {
	color: #003399;
	font-size: 24pt;
	padding-bottom: 0;
	margin-bottom: 0;
}
a:link,
a:visited,
a:active {
	text-decoration: none;
	color: #22f;
}

a:hover,
a:focus {
	color: #fff;
	background: #22f;
}

a:link img,
a:visited img,
a:active img {
padding: 2px;
border: 1px solid #ccc;
}

a:hover img,
a:focus img {
border: 1px solid #22f;
background: #fff;
text-decoration: none;
}

textarea {
float: left;
margin-left: 5px;
margin-right: 5px;
width: 40em;
}

#LSResult {
clear: both;
}

#LSResult p {
clear: both;
}

#codeout textarea{
margin: 0 0 0 0;
width: 100%;
border: 1px solid #ccc;
height: 8em;
float: none;
}

#codeout {
border: 1px solid #ccc;
height: auto;
padding: 10px;
}

.preview {
border: 1px solid #ccc;
padding: 15px;
}

.preview:hover,
.preview:focus,
#codeout:hover,
#codeout:focus,
#codeout textarea:hover {
background: #fafafa;
}