/* CSS Document */

html{
    height:100%;
}
body{
    height:100%;
	margin: auto;
	text-align: center;
	background-color: #F4F5F7;
	background-image: url(images/normal_bg.gif);
	background-repeat: repeat-y;
	background-attachment: scroll;
	background-position: center;	
}


* html div#container{
    height:100%;
}


div#container{
    width: 680px;
    margin:0px auto;
    position:relative;
    min-height: 100%;
}


body > #container {
        height: auto;
}


div#main{
    padding-bottom:20px;
}


#footer{
	margin: 0px auto;
    bottom:0px;
    height:20px;
    width: 600px;
}


 #footer p {
	font-size: 10px;
	margin: 6px auto;
	padding: 0px 0px;
	font-family: "lr SVbN", "Osaka|";
	text-align: left;
 } 

 #footer img {
	float: right;
 }
