@charset "utf-8";
body {
	background-color: #000000;
	background-image: url(../images/bg_pattern.gif);
	background-position:-10% -10%;
	margin: 0px;
	padding: 0px;
	min-width:1000px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
}
#container {
	background-image: url(../images/container_bg.gif);
	background-repeat: no-repeat;
	margin-top: 5%;
	margin-right: auto;
	margin-left: auto;
	width:908px;
	height:607px;
}
#container #header {
	background-image: url(../images/login_header.png);
	background-repeat: no-repeat;
	height:183px;
	width:908px;
}
#container #main {
	padding:0;
	margin:0;
}
#container #main #cards {
	margin-top: 0px;
	margin-left: 540px;
	z-index:1000;
	position:absolute;
}

#container #main #logincontent {
	background-image: url(../images/links_content_bg.png);
	background-repeat: no-repeat;
	width:908px;
	height:424px;
	margin-top:0px;
	color:#FFFFFF;
}

#container #main #logincontent #login {
	position:relative;
	width:450px;
	margin-left:100px;
}
#container #main #logincontent #login input {
	width:30%;
}
#container #main #logincontent #login .button {
	width:auto;
}