@charset "utf-8";
/* CSS Document */

html{
	height:100%;
}
body{
	background:url(/images/gazon.jpg) left top repeat fixed; margin:0; padding:0; height:100%;
}
body.day{
	background:#362f2d; padding:10px 20px; height:auto;
}
#main{
	width:100%;	height:100%;
}
#wrapper{
	width:100%;	height:100%; min-height:600px; min-width:955px;
}