@charset "utf-8";
/* CSS Document */

body {
background-color:#000;
background-attachment:fixed;
margin:0px;
background-image:url(images/main_bg.jpg);
background-position:center;
background-position:center;
background-repeat:no-repeat;
color:#FFF;
}

p {
font-family:Tahoma, Geneva, sans-serif;
font-size:14px;
color:#FFF;
}

a:link {
color:#0FF;
text-decoration:underline;
}

a:hover {
color:#FF9;
text-decoration:underline;	
}

a:visited {
color:#0FF;
text-decoration:underline;	
}

a img {
border:none;	
}

#content {
margin-top:0px;
margin-right:auto;
margin-left:auto;
width:750px;
height:auto;
padding-bottom:25px;
border:solid 1px #999;
background-image:url(images/content_bg.png);
}

#header {
	width:100%;
	height:105px;
	background-image:url(images/header.png);
	background-position:center;
	background-repeat:no-repeat;

}

#player {
width:700px;
height:400px;
margin-right:auto;
margin-left:25px;

}

#textcont {
	position:relative;
margin-top:25px;
margin-right:auto;
margin-left:auto;
width:700px;
height:auto;
border:solid 1px #777;

}

#mix {
width:225px;
height:149px;
margin-right:auto;
margin-left:auto;
background-image:url(images/mix.png);

}

#text1 {
width:650px;
height:auto;
padding:25px;
text-align:left;
}

#image {
width:225px;
height:149px;
margin-right:auto;
margin-left:auto;
border:solid 1px #777;
background-image:url(images/mix.png);

}

#text2 {
width:650px;
height:auto;
padding:25px;
text-align:left;
}

#contact {
width:300px;
height:20px;
margin-bottom:15px;
}


