* {
	margin: 0px;
	padding:0px;
}
html {
	height:100%;
	width:100%;
}
body {
	margin: 0;
	padding:0px;
	background:#66A3FF;
	font-family:arial;
	font-size:10pt;
}
#enemy {
	min-width:600px;
	height:300px;
	position:absolute;
	background:url('../img/bg_enemy.png') left bottom no-repeat;
	left:0px;
	bottom:0px;
	float:right;
}

#hero {
	min-width:600px;
	height:300px;
	position:absolute;
	background:url('../img/bg_heros.png') right bottom no-repeat;
	right:0px;
	bottom:0px;
}
#main {
	margin-left: auto;
    margin-right: auto;
	position: absolute;
	top: 30%;
	left:0;
	right:0;
	width:500px;
	height:100px;
	text-align:center;
	font-size:36pt;
}
#main a {
	color: #fff;
	text-decoration:none;
	text-shadow: 2px 2px #333;
}
#main a:hover {
	color: #ccc;
	text-decoration:none;
}
h1 {font-size:16pt;}
h2 {font-size:14pt;}
h3 {font-size:12pt;}