body {
	background: #fefcea; /* Для старых браузров */
    background: -moz-linear-gradient(top, #5a92c9, #c1cfe1); /* Firefox 3.6+ *//* Chrome 1-9, Safari 4-5 */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5a92c9), color-stop(100%,#c1cfe1));/* Chrome 10+, Safari 5.1+ */
    background: -webkit-linear-gradient(top, #5a92c9, #c1cfe1);
    background: -o-linear-gradient(top, #5a92c9, #c1cfe1); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #5a92c9, #c1cfe1); /* IE10 */
    background: linear-gradient(top, #5a92c9, #c1cfe1); /* CSS3 */
    font-family: Georgia;
    margin: 0;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5a92c9', endColorstr='#c1cfe1',GradientType=0); /*Заливка градиента для Эксплорера*/
    }

