@import url( ../responsive/style.css );
.site-description {
	margin: 70px 0px 0px 25%; font-style: italic; float: left;
}
body {
	background: url("images/bg.png") rgb(239, 239, 239);
}
@media screen and (max-width:890px)
{
.site-description {
	margin: 5px 0px 10px; width: 400px; text-align: center; clear: both;
}
}
@media screen and (max-width:650px)
{
.site-description {
	width: auto; float: none;
}
}
