html {
	background-image: url(./img/mainBack.jpg);
}

a { 
	cursor: pointer;
}

.content {
	width: 550px;
	height: 450px;
	border: solid rgb(232, 146, 25) 1px;
	background-color: rgb(242, 220, 171);
}

.top {
	height: 170px;
	background-color: rgb(232, 146, 25);
}

.center {
	height: 40px;
	background-color: White;
	background-image: url(./img/logo_03.png);
	background-repeat: no-repeat;
}

.banner {
	width: 465px;
	height: 120px;
	position: absolute;
	background-image: url(./img/logo.png);
	margin-left: 80px;
	margin-top: 130px;
}

.logo {
	position: absolute;
	background-image: url(./img/logo2.png);
	width: 100px;
	height: 110px;
	margin-left: 430px;
	margin-top: 115px;
}

.img {
	width: 49px;
	height: 169px;
	position: absolute;
	background-image: url(./img/img.png);
	margin-left: 15px;
	margin-top: 0px;
}

.ref {
	text-decoration: none;
	font-family: verdana;
	font-size: 0.7em;
	text-transform: uppercase;
	margin-left: 2px;
}
.ref:hover {
	text-decoration: underline;
}






