/* CSS Document */
html, body{
    height:100%;
    margin:0;
}
body{
	background:#f1f0dd url(../_images/tile.png) repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333;
}
body *{
	outline: none;
}
#myContent{
	position:absolute;
	top:50%;
	left:50%;
	margin:-250px auto auto -386px;
	width:772px;
	height:462px;
}
h1{
	font-size:35px;
	font-weight:bold;
	margin:20px 0 0 0;
	clear:both;
}
h2{
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	margin:8px 0 0 0;
}
p{
	margin:0 0 10px 0;
}
img{
	border:none;
}
img.btn{
	float:left;
	margin-right:10px;
}