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

body {
background: #ddd;
margin: 0;
text-align: center;
}

.bg {
position:fixed;
	left: 0px;
	top: 0px;
	height: 100%;
	width:100%;
	z-index: -100;
}

#container {
width: 800px;
margin-top: 70px;
margin-right: auto;
margin-bottom: 35px;
margin-left: auto;
}
#header {
width: 100%;
height: 30px;
padding-top: 40px;
}
#content {
background: #aaa;
float:left;
width: 480px;
text-align: left;
}
#link {
float: none;
width: 750px;
border: none;
font-family:Arial, Helvetica, sans-serif;
color:#CCC;
font-size: 10px;
text-decoration: none;
}

a img {
border:0;
}

#slider {
	position:relative;
	//See the "style-pack" below for image
	background:url(img/loading.gif) no-repeat 50% 50%; 
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
