@charset "UTF-8";
@import url(http://fonts.googleapis.com/css?family=Homemade+Apple|Kreon);

/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	background:#f5e9d7 url('fon.png') top center;
	font-family: 'Kreon', serif;
}

#logo {
	text-align:center;
}

.description0 {
	font-size: 16px;
	text-align: center;
	width: 500px;
	color: #436a73;
	text-shadow: 0px 1px #FFF;
	line-height: 22px;
	margin: 0 auto;
	margin-top:250px;
}

.description {
	font-size: 16px;
	text-align: center;
	width: 500px;
	color: #436a73;
	text-shadow: 0px 1px #FFF;
	line-height: 22px;
	margin: 0 auto;
}

.comingsoon {
	display: block;
	font-weight: 100;
	font-size: 22px;
	color: #544f44;
	text-shadow: 0px 1px #FFF;
	margin-top: 15px;
}

#footer {
width:500px; /* задаем ширину DIVa */
position:fixed; /* делаем его положение на странице фиксированным, относительно окна браузера. */
bottom:5px; /* задаём на каком расстоянии от нижнего края родительского элемента будет находиться наш DIV */
text-align:center; /* выравниваем текст по центру */
left:50%; /* сдвигаем div в лева на 50% от ширины родительского элемента (в моем случае от всей ширины окна) */
margin-left:-250px; /* сдвигаем див наполовину ширины назад, чтобы выровнять DIV точно по центру */
}

#footer .copyr {
	font-size: 14px;
	color: #7d7871;
	text-shadow: 0px 1px 1px #000;
}

