@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000;
	background-image: url(picts/back.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.text {
    float: left;
    font-size: 24px;
    font-weight: bold;
    height: auto;
    line-height: 24px;
    margin-left: 500px;
    margin-top: 320px;
    width: 460px;
}
.orange {
	color: #FB783B;
}
.buttons {
	float: left;
	height: 38px;
	width: 560px;
	margin-top: 40px;
	margin-left: 482px;
	margin-bottom: 20px;
}
.button_icon {
	float: left;
	color: #000;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 11px;
	padding-left: 45px;
	height: auto;
	width: auto;
	margin-right: 15px;
}
.button_icon:hover {
	color: #F78F3B;
	text-decoration: underline;
	background-position: left bottom!important;	
}

.footer {
	background-image: url(picts/city.png);
	background-repeat: repeat-x;
	height: 60px;
	width: 100%;
	position: absolute;
	bottom: 0px;
}

