body, html {
	padding: 0;
	margin: 0;
}

div.main {
	position: absolute;
	overflow: auto;
	margin: 0;
	width: 100%;
	height: 100%;
	/*background: url(/bundles/waterdemo/images/wall.jpg) no-repeat;*/
	-moz-background-size: 100%; /* Firefox 3.6+ */
    -webkit-background-size: 100%; /* Safari 3.1+ и Chrome 4.0+ */
    -o-background-size: 100%; /* Opera 9.6+ */
    background-size: 100%; /* Современные браузеры */
}

div.menu {
	padding: 20px 10% 0;
	height: 50px;
	font-size: 26px;
}

div.menu a {
	padding-right: 20px;
	color: #FFD700;
}

div.menu div.user {
	float: right;
}

div.content {
	width: 100%;
	height: 100%;
}

div.content h1 {
	padding: 0 10px;
}

div.login {
	margin: 0 auto;
	width: 230px;
	left: 45%;
	top: 40%;
	position: absolute;

}


div.registration {margin: 20px auto;width:400px;}
div.registration h1  {margin: 0 0 20px 0;padding:0;}
div.registration form {margin: 0;padding:0;}
div.registration input[type="text"], div.registration input[type="password"] {width:100%}

div.login form {
	background-color:#DDD;
	border-radius: 1em;
	margin-bottom: 1em;
	width:180px;
	padding:25px;
}
div.login input {
	width:180px;
	border:0;
	padding:3px;
	margin-bottom: 1em;
	border-radius: 3px;
	border: 1px solid #777;
}

div.login input[type=submit] {
	width:186px;
	margin: 0;
	background: #BBB;
}
div.login label {
	color: #444;
}

div.login a {
	font-weight: bold;
	text-transform: uppercase;
	color:#555;
}
div.login a:hover {
	text-decoration: none;
}