﻿html{
    background-image: url(/img/f/front_back.gif);
    background-repeat: repeat;
    }
body{
    font-family:Helvetica, sans-serif;
    height:100%;
    text-align:center;
}
h1{
    display:none;
}
.content{
    width:957px;
    margin:auto;
}
.header{
    margin:20px 0 10px 0;
}
.body{
    background-color:#E9DFE0;
    margin:auto;
    height:450px;
    width:650px;
    position:relative;
}
.footer{
    margin: auto;
    position: relative;
    width:280px;
}/*
.footer  img{
    position:absolute;
    margin:auto;
    top:0;
    left:0;*/
}
.front{
    margin:0 100px;
    background-color:#E1D4D2;
    width:450px;
}
.decoration{
    margin: 0 -100px;
    height:450px;
    /*background-image:url(img/f/front_flower_full.png);*/
}
#rotator
{
	cursor: pointer;
	overflow: hidden;
	margin: 20px auto 10px;
	position: relative;
	/*width: 400px;*/
	height: 36px;
}

#rotator img
{
	border: 0;
	cursor: pointer;
	/*width: 400px;*/
	height: 36px;
}
