@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #DEDAC5;
}
#wrapper {
	background-color: #FFFFFF;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/Achlis_Labs.jpg);
	background-repeat: no-repeat;
	background-position: 40px 10px;
	margin-top: 0px;
	padding-bottom: 20px;
}
#text {
	width: 500px;
	padding-top: 510px;
	padding-left: 370px;
}
p  {
	font-family: "Courier New", Courier, monospace;
	font-size: 13px;
	line-height: 16px;
	color: #444444;
}
h1 {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
}

