html, body {
    margin: 0;
    padding: 0;
    text-align: center; /*for IE stupidity*/
	background: #fff;
	height:100%;
    }
#soon {
    position: relative; 
	/*height:100%;*/
    margin: 0 auto; /*This is the proper way to center an element*/
    width: 600px;
    text-align: left; /*corrects for IE hack*/
	background-image: url(images/csoon.gif);
	background-position: top center; 
	background-repeat:no-repeat;
	font-size: small !important; 
	font-size: x-small;
	}
	
#christmas {
    position: relative; 
	/*height:100%;*/
    margin: 0 auto; /*This is the proper way to center an element*/
    width: 650px;
    text-align: left; /*corrects for IE hack*/
	background-image: url(images/christmas06.gif); 
	background-position: top center; 
	background-repeat:no-repeat;
	font-size: small !important; 
	font-size: x-small;
    }
	
.clearer{
	clear:both;
	height:1px;
	margin-top:-1px;
	overflow:hidden;
	font-size:0;
}
	
#version{
	/*position: absolute;
	margin:295 0 0 270; */
	margin-top:300px;
	float:right;
	width:350px;
	font-family: verdana, arial, sans-serif;
	font-size:90%;
	color: #76A395;
}
#christmas #version{width:380px;}
a:link, a:visited{text-decoration:none; color:#4E7468;}
a:hover, a:visited:hover{text-decoration:underline;}

img{
	border:none;
}
.av2, a.av2:link, a.av2:visited{
border: 1px solid #97B9AF;
font-size: small;
font-weight:bold;
display:block;
padding:5px;
}
a.av2:hover, a.av2:visited:hover {
background:#DAE7E2;
text-decoration:none;
}
.base{
padding-top:0.5em;
border-top: 1px solid #97B9AF;
font-size:xx-small;
}
.xml{
	padding-right: 5px;
}
