body {
	margin: 0px;
	padding: 0px;
	background: #FFFFFF;
	font-family: "Trebuchet MS";
}

.container {
	position: relative;
	width: 558px;
	height: 560px;
	background: url("images/container-bg.png") no-repeat center;
	margin: 40px auto 0px;
	text-align: center;
}

.container img.logo {
	margin-top: 60px;
	margin-bottom: 25px;
}

.container h2 {
	font-size: 17px;	
}

.heading_area {
	position: absolute;
	height: 82px;
	bottom: 80px;
}

.container h1 {
	color: #FFFFFF;
	font-size: 30px;
	width: 558px;
	height: 82px;
	line-height: 82px;
	vertical-align: middle;
	background: url("images/heading-bg.png") repeat-x;
	position: relative;
	margin: 0px;
}

.corners {
	position: absolute;
	top: -17px;
	width: 21px;
	height: 17px;
}

.left_corner {
	left: 0px;
	background: url("images/left-corner.png") no-repeat;
}

.right_corner {
	right: 0px;
	background: url("images/right-corner.png") no-repeat;
}


.container h3 {
	bottom: 28px;
    font-size: 15px;
    margin: 0px;
    position: absolute;
    width: 100%;
}

.container a {
	color: #000000;
	text-decoration: none;
}

.container a:hover {
	color: #C71D12;
}

