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

body {
	background-color:#efefef;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(bg.jpg);
	background-size:cover;
	background-attachment: fixed;
	
}

#box {	
    position: absolute;
    top: 50%;
    left: 50%;
    width: 300px;
    height: 300px;
    padding: 0;
    margin-left: -150px;
    margin-top: -250px;
    box-sizing: border-box;
}

#footer{
	position:absolute;
	bottom:0;
	margin:10px;
	font-size:10px;
	color:#999999;
}
#footer a{
	color:#999999;
	text-decoration:none;
}