body{
	background-repeat: no-repeat;
	background-position: top center;
}
a{
	text-decoration: none;
}
div #logo{
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	height: 81px;
	width: 428px;
	margin-left: 246px;
	margin-top: 25px;
}
.hide{
	display: none;
}
div #icon{
	background-image: url(images/icon.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 120px;
	right: 10px;
	height: 205px;
	width: 210px;
	
}
div #content{
	position: relative;
	border: 1px solid white;
	width: 490px;
	height: 350px;
	margin-top: 35px;
	margin-left: 330px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	overflow: hidden;
}
div #input{
	position: absolute;
	padding: 5px;
	top: 15px;
	left: 5px;
	border: 1px solid #1537e0;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	width: 250px;
}
div #result{
	position: absolute;
	left: 5px;
	top: 105px;
	border: 1px solid #1537e0;
	padding: 5px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	width: 465px;
	height: 130px;
	background-color: white;
}
div #loading{
	position: absolute;
	margin-left: 230px;
	margin-top: 45px;
}
div #footer{
	text-align: center;
	position: absolute;
	bottom: 5px;
	width: 100%;
	border-top: 1px solid #FFFFFF;
}
