* {
    margin: 0;
    padding: 0;
}


body {
	
    background-color: #f0f2f1;
    font-family: Helvetica;
    font-size: 11px;
    text-align: left;
}

div#wrapper {
       
    position: relative;
    width: 797px;
    height: 473px;
    margin: 100px auto 0 auto;
        
}

div#left {
	width: 398px;
  height: 474px;
	float: left;
}

div#right {
	width: 397px;
  height: 474px;
	float: left;
	background-image: url("../images/Vol-7-Eplayer-WIDE_FINAL_Discs_06.jpg");
	background-position: bottom right;
}

div#container {
	width: 397px;
  height: 436px;
	float: left;
}

div#wrapper div#flashContainer {

		margin: 2px 0 0 5px;
    width: 397px;
    height: 346px;
		float: left;

}

img#vote {
	margin: 13px 0 0 5px;
}

img {
    border: 0;
    float: left;
}

a {
    text-decoration: none;
    color: #999999;
}

