@charset "utf-8";
html {
	height:100%;
	width:100%;
}

body {
	background-color:#FFF;
}

.clear{
	clear:both;
}

#container_home {
	top:0;
	right:0;
	bottom:0;
	left:0;
	position:absolute;
	min-width:960px;
	min-height:600px;
	overflow:hidden;
	background-image:url(../imgs/homebg.jpg);
	background-size:1600px auto;
}

#container_home a{
	display:block;
	position:absolute;
	width:10px;
	height:10px;
	background-color:#0F0;
}

#container {
	top:0;
	right:0;
	bottom:0;
	left:0;
	position:absolute;
	min-width:960px;
	min-height:600px;
	overflow:auto;
}

#container img {
	margin: auto;
	width:100%;
}

.fade {
	margin:50px auto auto auto;
	width:60%;
	min-width:555px;
	min-height:400px;
	text-align:center;
}

.fade div {
	display:none;
	position:absolute;
	top:50px;
	left:0
	margin:auto;
	width:60%;
	min-width:555px;
	min-height:400px;
}

.forms{
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	margin:auto;
	width:300px;
	height:100px;
	font-family:Helvetica, Arial, sans-serif;
	text-align:center;
}

h1{
	margin-bottom:5px;
	font-size:20px;
	color:#666;
}

#pass{
	background-color:#999;
	border:hidden;
	height:25px;
	width:80%;
}

#pass:focus{
	background-color:#CCC;
	outline-color:#FF1F97;
}