@CHARSET "UTF-8";

*
{
	position:relative;
	
	margin:0px;
	padding:0px;
	
	font-weight : normal;
	
	border:none;
	outline:none;
}

html, body
{
	width:100%;
	height:100%;
	
	/*overflow-x: hidden;*/ 
	
	background-color:#ffffff;
	
	background-image:url('../res/images/background.jpg');
	background-position:center top;
	background-repeat:repeat;
}

body
{
	
}

.DebugTextField
{
	position:fixed;
	left:0px;
	top:0px;
	
	color:#000000;
}