@charset "utf-8";
/* CSS Document */

body {
	background-image:url('img/BG.png');
}

div.interface {
	display:block;
	margin:auto;
	background-image:url('img/Interface.png');
	background-repeat:no-repeat;
	background-position:center center;
	min-height:587px;
	max-height:587px;
	min-width:800px;
	max-width:800px;
	width:800px;
	height:587px;
}

div.text {
	padding-top:89px;
	padding-left:22px;
	padding-right: 22px;
}