html, body {
#	height: 100%;
}
body {
	background-image: url(/ders_error_images/bcg.png); 
	background-repeat: repeat;
	color: #4c4c4b;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	margin: 0;
} 
h1 {
	margin: 5px 5px 5px 0;
}
h2 {
	margin-bottom: 2px;
}
a {
	color: #D71F85 !important;
	text-decoration: none !important;
	cursor: pointer !important;
}
a:hover {
	text-decoration: underline !important;
}
p {
	margin: 0 0 10px;
}
img {
	border: 0;
}
.wrapper {
	padding: 5px;
	margin: 0 auto;
	width: 51%;
#	height: 50%;
#	min-height: 500px;
#	min-width: 450px;
	margin-top: 100px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-image: url(/ders_error_images/bcg_wrapper.png); 
	background-position: 0 0;
	background-repeat: repeat;
	position: relative;
}
.main {
	margin: 0 auto;
	padding: 10px;
	background-color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
#	height: 96%;
	display: block;
#	min-height: 180px;
#	min-width: 430px;
}
.footer {
	border-top: 1px solid #DDDDDD;
	bottom: 5%;
	left: 5px;
	display: block;
	font-size: 11px;
	padding-top: 5px;
#	position: absolute;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
#	width: 95%;
	height: 50px;
	text-align: center;
}
.footer .phone {
	position: relative;
	display: inline-block;
	top: 10px;
}
.footer .link {
	float: right;
	position: relative;
	top: 20px;
}
.footer span#logo {
	float: left;
	margin-left: 5px;
}
.center {
	margin: 0 auto;
}
