.wrapper {
position: absolute;
left: 150px;
top: 100px;
width: 650px;
margin-left: 0px;
}

body
{ 
background-image:url('images/bg.gif');
background-repeat:no-repeat;
background-position:top left 0; 
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-variant: normal;
	font-weight: 200;
	font-size: 24px;
	line-height: normal;
	margin-top:0px;
	margin-bottom:0px;
	word-spacing: normal;
	letter-spacing: -1px;
	text-decoration: none;
	text-transform: none;
	text-align: left;
	text-indent: 0ex;
	color: #0099FF;
}
a {
 color: #0099FF;
 text-decoration: none;
 text-weight: bold;
 line-height: normal;
}
p {
	font-family: Courier New, Helvetica, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: 100;
	font-size: 13px;
	line-height: 16px;
	word-spacing: normal;
	letter-spacing: 0px;
	text-decoration: none;
	text-transform: none;
	text-align: left;
	text-indent: 0ex;
	color: #adcae8;
	margin-top:15px;
	margin-bottom:0px;	
}


