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

body{
	background-image: url(no_flash/images/sb_bg.png);
	background-attachment: fixed;
	background-repeat: repeat;
}

#wrapper{
	height: 700px;
	width: 800px;
	margin-top: 1%;
	margin-right: auto;
	margin-left: auto;
}

#footer{
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-bottom: 0%;
	margin-top: 1px;
}

