a,
a:active,
a:visited {
	color: #fe4530;
	text-decoration: none;
	font-family: "Arial Narrow", Arial, sans-serif;
}
a:hover {
	color: #ffffff;
}
body {
	font-family: "Arial Narrow", Arial, sans-serif;
	font-size: 14px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.all {
	display: block;
	background: #000000;
	width: 100%;
	height: 1024px;
}
.main {
	display: block;
	background-image: url('background.jpg');
	background-position: center center;
	width: 70%;
	height: 720px;
	position: relative;
	border: #95291c solid 1px;
	top: 7%;
	left: 15%;
}
.button {
	display: inline;
	position: relative;
	top: 3%;
	left: 3%;
	padding: 0px 30px 0px 0px;
}
.name {
	display: block;
	font-family: "Bookman Old Style", serif;
	font-variant: small-caps;
	text-align: right;
	letter-spacing: 12px;
	color: #ffffff;
	font-size: 45px;
	position: relative;
	top: 80%;
	right: 8%;
}
.box {
	display: block;
	color: #ffffff;
	position: relative;
	top: 10%;
	left: 15%;
	width: 66%;
	height: 46%;
	padding: 2% 2% 2% 2%;
	border: #95291c solid 1px;
	background-image:url(trans.png);
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='trans.png');
}
.close {
	display: block;
	color: #fe4530;
	position: relative;
	font-size: 10px;
	bottom: 4.5%;
	left: 2%;
	text-align: right;
	vertical-align: top;
}
