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

#headerLogo {
	
	position: absolute;
	left: 0;
	top: 0;
	
}

#headerLogin {
	
	position: absolute;
	left: 800px;
	top: 4px;
}

#headerRegister {
	
	position: absolute;
	left: 800px;
	top: 53px;
}

.titleImage {
	
	margin-bottom: 20px;	
}

.frontMessage {
	
	margin-bottom: 10px;
	font-size: 20px; 
	font-weight: bold;
	background-color: #8c1614;
	padding: 10px 15px;
	border:#600 1px solid;
	
}

.frontInfo {
	font-weight: normal;
	font-size: 18px;
	color: #eaba95;	
	margin-bottom: 10px;
}