* {
  
  	margin:0;
  	padding:0;
  	border:0;
  	font-family:Arial,Helvetica,sans-serif;
	
}

.struct, .hidden {
  	display:none;
}

.clear {
	clear:both;
}


a {
 	color:#900;
 	text-decoration:none;
}

body {
 	
	background-color:#252525;
	text-align:center;
	/*
	background-image:url(../images/closedbg.png);
 	background-repeat:repeat-x;
	background-position:0  -100px;
	*/
	background-image:url(../images/bg.png);
 	background-repeat:repeat-x;
	
}



#page {
	width:992px;
	height:342px;
	margin:0 auto 0 auto;
	position:relative;
	text-align:left;
	border-style:solid;
	border-color:#000000;
	border-width:0 1px 0 1px;
}


#header {
	padding-top:0px;
	background-color:#000;

	
}


#closed01{
 	position:absolute;
 	left:0;
 	top:300px;
 	width:990px;
 	text-align:right;
 	height:500px;
 	margin:0 auto 0 auto;
 	
 
}

#closed02{ 
 
 	position:absolute;
 	left:0;
 	top:130px;
 	width:990px;
 	text-align:left;
 	margin:0 auto 0 auto;

}


#message {
 	width:400px;
 	height:400px;
 	background-color:#ddd;
 	border-radius:15px;
 	margin-left:160px;
}

#msg {
 	padding:25px;
 	font-size:16px;
 	
}

#msg h1 {
 	width:341px;
 	height:61px;
 	font-size:36px;
 	background-image:url(../images/goodbye.png);
 	background-repeat:no-repeat;
}

#msg h1 span {
 	display:none;
}

#msg p {
 	margin-top:20px;
}





