@font-face {
    font-family: 'AvantGardeCEDemi';
    src: url('fonts/itc_avant_garde_ce_gothic_demi-webfont.eot');
    src: url('fonts/itc_avant_garde_ce_gothic_demi-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/itc_avant_garde_ce_gothic_demi-webfont.woff') format('woff'),
         url('fonts/itc_avant_garde_ce_gothic_demi-webfont.ttf') format('truetype'),
         url('fonts/itc_avant_garde_ce_gothic_demi-webfont.svg#AvantGardeCEDemi') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'AvantGardeCEBook';
    src: url('fonts/itc_avant_garde_ce_gothic_book-webfont.eot');
    src: url('fonts/itc_avant_garde_ce_gothic_book-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/itc_avant_garde_ce_gothic_book-webfont.woff') format('woff'),
         url('fonts/itc_avant_garde_ce_gothic_book-webfont.ttf') format('truetype'),
         url('fonts/itc_avant_garde_ce_gothic_book-webfont.svg#AvantGardeCEBook') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
	background: #fff;
	color: #bb1f56;
	font-family: Tahoma;
}
img, div {
	display: block;
	margin: 0 auto;
}
img {
	/*margin-top: 120px;*/
	margin-top: 7%;
	margin-bottom: 60px;
	padding: 0 147px;
}
div {
	width: 411px;
	text-align: center;
	font-size: 13px;
	padding-top: 40px;
	background: url('../img/shadow.png') no-repeat center top;
}
div h1 {
	color: #5b0826;
	font-size: 16px;
	margin-bottom: 20px;
	font-family: AvantGardeCEDemi, Tahoma;
}
div p {
	line-height: 23px;
	font-family: AvantGardeCEBook, Tahoma;
	margin-bottom: 30px;
}
div p a {
	color: #bb1f56;
}
div p a:hover {
	color: #5b0826;
}
*::selection {
	background:#bb1f56;
	color:#fff;
}

*::-moz-selection {
	background:#bb1f56;
	color: #fff;
}

*::-webkit-selection {
	background:#bb1f56;
	color:#fff;
}