* {
	margin: 0;
}

html, body {
	height: 100%;
}

body {
    text-align:center;
    margin: 0;
    font-family: Tahoma, sans-serif;
}

#header {
    height: 73px;
    width: 996px;
}

.menu {
    height: 35px;
    width: 996px;
}

.menu ul{
    margin-top: 0px;
    margin-left: 10px;
    padding: 0;
    float: left;
    /* width: 80%; width of menu*/
}

.menu ul li{
    display: inline;
}

img {
    border: 0px;
}

.menu ul li a{
    float: left;
    color: black; /*text color*/
    text-decoration: none;
    width:100px;
}

#main{
    text-align:center;
    width: 996px;
}

#content {
    float:left;
    width: 996px;
    min-height: 710px;
}

#banner {
    float:left;
    width: 996px;
    height: 225px;
    background-image:url(images/home_ban.jpg);
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -80px; /* the bottom margin is the negative value of the footer's height */
}
.footer, .push {
	float:left;
	width: 996px;
	margin-top: 30px;
	height: 80px; /* .push must be the same height as .footer */
	background-image:url(images/footer.jpg);
}

.cont {
    border-spacing: 0;
    margin-left:8px !important;
    margin-left:4px;
}

.cont_prize {
    border-spacing: 0;
    margin-left:8px !important;
    margin-left:8px;
}

#conditions {
    margin-top: 20px;
    margin-left: 20px;
    width: 500px;
    height: 20px;
    text-align:left;
    font-size: small;
}

.condi {
    width: 107px;
    height: 20px;
    text-decoration: none;
    background: url(images/footer_tc.gif) no-repeat;
}

.condi:hover {
    width: 107px;
    height: 20px;
    text-decoration: none;
    background: url(images/footer_tc_pressed.gif) no-repeat;
}

#mngr {
    float:right;
    margin-right: 30px;
    margin-top: 0px;
}

.diff {
    margin-left: 5px;
}

#top_best {
    width: 371px;
    height: 330px;
}

#head_new {
    width: 371px;
    height: 330px;
}

#flv_player {
    width: 356px;
    height: 680px;
}

#head_songs {
    width: 237px;
    height: 222px;
}


#head_popular {
    width: 237px;
    height: 440px;
}

