body, html {
	margin: 0;
	padding: 0;
}

html {
	background: #d4e2f1;
}

body {
	background: #d4e2f1;
	background: linear-gradient(to bottom, #B9D8F0, #D4E2F1);
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	color: #50617C;
}

a, a:visited {
	color: #0440AE;
	text-decoration: none;
}

header, footer, .main_container {
	width: 100%;
}

header {
	height: 86px;
	background: url('img/login_header_bg.png') repeat-x;
	margin-bottom: 35px;
}

header .logo {
	float: left;
	width: 424px;
	height: 86px;
	background: url('img/login_header_logo_pgyk.png') no-repeat;
}

header .governsoft {
	float: right;
	width: 229px;
	height: 86px;
	background: url('img/login_header_governsoft.png') no-repeat;
}

header .governsoft span {
	display: none;
}

.main {
	margin: 0 auto;
	width: 960px;
}

#login_structure {
	border: 0;
	width: 958px;
	height: 528px;
}

footer {
	text-align: center;
	margin-top: 30px;
	border-top: 1px dashed white;
	padding: 12px 0;
}

footer a {
	font-weight: bold;
}

footer span {
	color: #81B3D7;
	margin: 0 10px;
}