@charset "utf-8";
/* CSS Document */

html {
	height:100%;
	width: 100%;
}

body {
	background-color: #cc0a33;
	margin: 0;
	padding:0;
}

#top {
	position:absolute;
	left:0px;
	top:0px;
	margin:0;
	width: 100%;
	height: 70%;
	border:0;
	padding:0;
	background-color: #e80b3a;
	z-index:1;
}

#bottom {
	position:absolute;
	left:0px;
	top:70%;
	width: 100%;
	height: 30%;
	border: 0;
	margin: 0;
	padding: 0;
	border-top: 3px #e2c7a7 solid;
	z-index:1;
}

img {
	border:0;
}

img.comingsoon {
	margin-left: 87px;
}

table {
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
}

td {
	padding:0;
	border:0;
	margin:0;
}

table.bottomtable {
	height: 50%;
}

#infobutton {
	position:absolute;
	right:0px;
	top:0px;
	width: 110px;
	height: 65px;
	border:0;
	margin:0;
	padding:0;
	z-index:2;
}

#addr {
	position:absolute;
	top: 75px;
	right: 75px;
	width: 257px;
	height: 168px;
	padding:0;
	border:0;
	margin:0;
	visibility: hidden;
	z-index:2;
}

#closex {
	position:absolute;
	top:10px;
	right:15px;
	width:22px;
	height:22px;
	border:0;
	padding:0;
	margin:0;
	z-index:3;
}

#eml {
	position:absolute;
	top:127px;
	left:56px;
	width:140px;
	height:12px;
	border:0;
	padding:0;
	margin:0;
	z-index:3;
}