



p {margin-left:20px;}
* {
	margin: 0;
	padding-right: 5px;
}
html {
	height: 100%;
}
body {
	font: 12px/18px Arial, Tahoma, Verdana, sans-serif;
	width: 100%;
	height: 100%;
}
a {
	color: blue;
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
p {
	margin: 0 0 18px
}
img {
	border: none;
}
input {
	vertical-align: middle;
}
#wrapper {
	width: 1000px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 80px;
	background: #4d4d4d;
}


/* Middle
-----------------------------------------------------------------------------*/
#content {
	padding: 0 0 100px;
	margin-top:20px;
	margin-bottom:20px;
}




/* Footer
-----------------------------------------------------------------------------*/
#footer {
	
	margin: -80px auto 0;
	height: 80px;
	background: #002c51;
	position: relative;
}
.login{width:50%;}

