html, body, div, span, h1, h2, h3, h4, h5, h6, p, a, em, img, strong, sub, sup, b, u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, tbody, tr, th, td  {

    margin : 0;
    padding : 0;
    border : 0;
    outline : 0;
    font-size : 100%;
    vertical-align : baseline;    
    font-family:Verdana, Geneva, sans-serif;
}

body { background:#5CADFF url('images/bg.jpg') repeat-x; }

#container
{    
    width:100%;
    
}

#content
{
    width:1005px;
}

#player
{
    position:absolute;
    width:250px;
    height:200px;
    top:280px;
    margin-left:90px;
}

.text
{
    border:0px solid red;
    text-align:left;
    height:260px;
    background:url('images/text_bg.jpg') no-repeat;
}

.text p
{
    border:0px solid red;
    color:#304C9B;
    margin:0 110px;
    font-size:12px;
    line-height:18px;
}

.bottom img
{
    float:left;
    margin:0;
    border:0;
    padding:0;
}

div.upper_footer
{
	clear:both;
	line-height:18px;
}

div.upper_footer a
{
	font-size:15px;
	color:#fff;
}

#fotter
{
    clear:both;
    font-size:14px;
    color:#fff;
    width:1005px;
    padding:15px 0;
	margin-top:10px;
}

#fotter a
{
    color:#fff;
    text-decoration:none;
    font-weight:bold;
}

