* { margin: 0; padding: 0; }

body {
background: #e6fafe;
font: normal 11px Arial, Helvetica, sans-serif;
padding: 0 0 150px 0;
}

#container {
width: 500px;
margin: 0 auto;
margin-top: 150px; 
}

#main {
width: 500px;
background: url(images/main.png) repeat-y;
}

#main h1 {
width: 500px;
height: 88px;
background: url(images/header.png) no-repeat;
}

#text {
width: 468px;
padding: 0 16px;
color: #727272;
}
	#text h2 { 
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #3e4647;
	margin-bottom: 2px;
	}
	
	#text p { line-height: 17px; margin: 0 0 10px 0; }
	
	#username {
	width: 156px;
	height: 22px;
	border: 1px solid #d3d3d3;
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #2caac7;
	background: url(images/bird.png) no-repeat top left;
	padding: 9px 0 0 37px;
	}

#lower {
width: 500px;
height: 16px;
background: url(images/bottom.png) no-repeat;
}

#footer {
text-align: center;
margin-top: 16px;
font-weight: bold;
color: #3e4647;
}
	#footer a { color: #2caac7; }
	
	.textBox {
	width: 450px;
	height: 22px;
	padding:  9px 9px 0 9px;
	border: 1px solid #d3d3d3;
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #2caac7;
	}