*{
	padding: 0px;
	margin: 0px;
}

html, body{
	background: #FFFFFF;
}

#main_wrapper{
	width: 480px;
	margin: 20px auto;  
}

#header{
	background: #80A080;
	width: 480px;
	height: 70px;
}

#header p{
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
	text-shadow: 1px 1px 0px #000000;
	width: 428px;
}

#icon{
	background:url(../images/icon.png);
	background-repeat: no-repeat;
	width: 59px;
	height: 70px;
	float:left;
}

h1{
	font-family: Arial, sans-serif;
	font-size: 30px;
	color: #FFFFFF;
	width: 428px;
	text-align: center;
	font-weight: 700;
	text-shadow: 2px 2px 0px #000000;
	line-height:50px;
}

#main{
	background-color: #FFFFFF;
}

#mines_canvas{
    margin-left: 0px;
	width: 480px;
	background-color: #193819;
}

#author{
	font-family: Arial, sans-serif;
	font-size: 9px;
	color: #000000;
}
