body{
	   background: gold;
	   font-size: 30px;
	}
.container{
    background: #FFOOFF;
    margin: 30px auto;
    width: 900px;
    height: 1000px;
}
.header{
    height: 335px;
    width: 900px;
    background: khaki;
}
.navigation{
    background: honeydew;
       width: 900px;
       height: 50px;
       margin: 10px 0;
}
      .content{
       background-color: blue;
       float: right;
       width: 900px;
       height: 600px;
       background-image: url("конфетное царство_1.jpg");
      }
      .clear{
      	clear: both;
      }
      .footer{
      	background: palevioletred;
      	height: 60px;
       width: 900px;
       text-align: center;
       font-size: 20px;
   }
a{
    text-decoration: none;
    color: #7a2c94;
}   
td{
    width: 300px;
    height: 50px;
    border-color: greenyellow;
    vertical-align: middle;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}
p{
    background-color: rgba(240, 182, 177, 0.5);
}