@charset "utf-8";
/* CSS Document */


#wrapper {
	
	width: 1440px;
	height:auto;
	min-height: 500px;
	position: relative;
	margin: auto;
	margin-top: 25px;
	
	border: 0px solid red;
	
	
	}
	
#header {
	
	width: 100%;
	height: 50px;
	position: relative;
	margin: auto;
	
	border: 0px solid green;
	
	
	}
	
#content {
	
	width: 100%;
	height:auto;
	min-height: 500px;
	position: relative;
	margin: auto;
	
	border: 0px solid green;
	
	
	}
	
#content_login {
	
	width: 50%;
	height:auto;
	min-height: 500px;
	position: relative;
	margin: auto;
	background-color: #8CAAC5;
	box-shadow:0px 0px 20px 0px #666;
-moz-box-shadow:0px 0px 20px 0px #666;
-webkit-box-shadow:0px 0px 20px 0px #666;

border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;

	color: #fff;
	font-family: 'Source Sans Pro';
	font-size: 18px;
	font-weight:500;
	
	border: 1px solid #d2d2d2;
	
	
	}
	
	
