@import url("reset.css");

body {
	background:url(../images/bg.png);
} 


#container {
	position:relative;
	width:700px;
	height:450px;
	top:100px;
	left:50%;
	margin-left:-350px;
	background-color:#FFF;
	text-align:center;
	font:13px Verdana, Geneva, sans-serif;
	border-radius: 13px 13px 13px 13px;
}

#container h1 {
	font:18px Arial Arial, Helvetica, sans-serif;
	font-weight:bold;
}


#container img {
	margin:40px 0 50px 0
}

#container a {
	color:#333; 
	font-weight:bold;
	cursor:pointer;
}

#waio {
	font-family: 'Play', sans-serif;	
	font-size:15px;
	line-height:10px;
	background:#FFF;
	position:fixed;
	box-shadow:1px 0px 10px rgba(0,0,0,0.5);
	bottom:0;
	padding:20px;
	width:100%;
}

