@charset "UTF-8";
/* CSS Document */

body {
	/*background: url("../img/bckgr.jpg") repeat scroll 0 0 #EDEDED;*/
	background-color: #000000;
	margin: 0 auto;
    width: 830px;
}

#content {
	height: 550px;
}

h1 {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 30px;
	color: #555555;
	text-align: center;
	margin: 16px 0;
}

h3 {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 16px;
	color: #555555;
	text-align: center;
}

p {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10px;
	color: #777777;
	text-align: center;
}

#logo {
	
}

#mkd {
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	
}
	
	

#head {
	margin-top: 90px;
}

#sale {
	text-align: center;
	
	width: 830px;
	margin-top: 10px;
	
}

#sale img{
	margin-top: 26px;
}

#footer a {
	color: white;
	font-weight: bold;
	text-decoration: none;
}