* {

	padding: 0;

	margin: 0;

}

#wrapper {

width: 800px;
height: 600px;
margin: 0 auto;
margin-top: 75px;

}

body {

background-image: url(images/back.jpg);
background-repeat: repeat-x;

}

#head {

width: 800px;
height: 98px;
float: left;

}

#head img {

border: none;

}

a {

color: #7bafd8;

}

#right {

width: 107px;
height: 465px;
background-color: #2b2c27;
float: right;
text-align: center;

}

#right p {

float: right;
display: inline;
margin-top: 180px;
margin-right: 30px;
text-decoration: underline;

}

#right_line {

float: right;
background-color: #2b2c27;
height: 465px;

}

#back {

float: right;
width: 488px;
height: 465px;
background-color: #2b2c27;
overflow: auto;

}

#back h2 {

margin-top: 0px;
margin-left: 92px;
font-size: 1.4em;
color: #b38c41;

}

#back h3 {

margin-top: 40px;
margin-left: 300px;
color: #a17c36;
text-decoration: underline;

}

#back p {

margin-top: 7px;
color: #c8c8c8;
text-align: center;
font-size: .8em;

}

#back h4 {

float: right;
margin-top: -156px;
margin-right: 250px;

}

.food {

width: 190px;
height: 165px;
border: 1px solid red;
margin-top: -160px;
margin-left: 20px;

}

/* styling of the container. */
a.myPlayer {
	
	width: 320px;
	height: 240px; 
	float:left;
	margin-top: 7px;
    margin-left: 75px;
    border: 2px solid black;
    display: inline;
}

/* play button */
a.myPlayer img {
	border:0px;
    width: 320px;
    height: 240px;
    display: inline;

}

.line {

margin-top: 3px;
margin-left: 20px;
width: 445px;

}

#left_line {

float: right;
background-color: #2b2c27;
height: 465px;

}

#left {

float: right;
background-color: #2b2c27;
height: 465px;
width: 121px;

}

#left p {

float: right;
margin-top: 75px;
margin-left: 25px;
text-decoration: underline;

}

#bottom {

width: 800px;
height: 33px;
background-color: #1d1d1b;
float: right;

}

#bottom p {

color: white;
margin-left: 475px;
margin-top: 7px;

}
























