html, body, div
{
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
}

#sign
{
	position: absolute;
	bottom: 0;
	right: 10%;
	display: block;
	height: 500px;
	width: 300px;
	background: url('../Image/sign.png?v=1') no-repeat center top;
}

body
{
	background-color: #243442;
	overflow: hidden;
}

#rain
{
	height: 100%;
	position: absolute;
	top: 0;
	width: 100%;
}

#clouds1
{
	position: absolute;
	display: block;
	width: 100%;
	height: 300px;
	background: url('../Image/clouds2.png?v=1') repeat-x;
}

#clouds2
{
	position: absolute;
	width: 100%;
	height: 600px;
	background: url('../Image/clouds1.png?v=1') repeat-x -600px top;
}

a
{
	position: absolute;
	color: White;
	margin-left: 20px;
	margin-top: 20px;
	font-size: 10pt;
	text-decoration: none;
	cursor: pointer;
	z-index: 1000;
}
a:hover
{
	color:gold;
}
