body
{
	font-family: Helvetica, sans-serif;
	font-size:12px;
    background-color: #818181;
    background-image: url(/img/bg.png);
    margin: 0px;
    background-repeat: no-repeat;
}
#menu
{
    margin-top: 10%;
}
#info
{
    position: absolute;
    background-color: black;
    width: 100%;
    display: none;
    height: 20px;
    color: white;
    font-weight: bold;
    top: 0px;
    left: 0px;
}
#info-i
{
	margin-top: 2px;	
}
.confirm
{
    display: none;
}
#logo
{
    position: absolute;
    bottom: 10px;
    left: 30px;
}
#rain
{
    margin-top: 10%;
	/*visibility:hidden;*/
	width:1px;
	height:1px;
}
