@charset "UTF-8";

#wrapperadmin {
	height: auto;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #05BEC6;
	left: 50%;
    top: 50%;
	position: absolute;
    margin-left: -385px; 
    margin-top: -274px;  
}
#wrapper {
	height: 615px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #05BEC6;
	background: #05BEC6;
	position: relative;
	top:100px;
}
#top-bar {
	background: #05BEC6;
	height: 200px;
}
#bottom-bar {
	background: #05BEC6;
	height: 200px;
}
#middle-bar {
	height: 200px;
	background: #FFFFFF;
	border-right: 1px none #000066;
	border-left: 1px none #000066;
	border-top-style: none;
	border-bottom-style: none;
	border-top-color: #000066;
	border-bottom-color: #000066;
}
#middle-bar img {
	height: 150px;
	margin-top: 25px;
	margin-left: 260px;
}
#bottom-bar img {
	margin-left: 376px;
	margin-top: 18px;
	border-style: none;
}
#santa-link {
	text-align: right;
	margin-top: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #B6B7B9;
	margin-bottom: 20px;
}
#santa-link a:link {
	text-decoration: underline;
	color: #B6B7B9;
}
#santa-link a:visited {
	text-decoration: underline;
	color: #B6B7B9;
}
#santa-link a:hover {
	color: #f3736b;
	text-decoration: underline;
}
#santa-link a:active {
	color: #f3736b;
	text-decoration: underline;
}
