

body
{
	background-color	: #EEEEEE;
	margin : 0 0 0 0;
}

#game
{
	font-family			: Arial;
	font-weight			: bold;
	font-size				: 24px;
	text-align			: center;
}

#battlefield
{
	position						: static;
	background-image		: url(resources/images/backgrounds/default.jpg);
	background-repeat		: no-repeat;
	width								: 800px;
	height							: 360px;
	margin-left					: auto;
	margin-right				: auto;
}


#warrior1
{
	position					: absolute;
	background-repeat	: no-repeat;
	width							: 64px;
	height						: 64px;
	margin-left				: 50px;
	margin-top				: 250px;
}


#warrior2
{
	position					: absolute;
	background-repeat	: no-repeat;
	width							: 64px;
	height						: 64px;
	margin-left				: 700px;
	margin-top				: 250px;
}


#status1
{
	position					: absolute;
	margin-left				: 10px;
	margin-top				: 10px;
}

#status2
{
	position					: absolute;
	margin-left				: 500px;
	margin-top				: 10px;
}
