@charset "utf-8";
/* ------------------------------------------------------------------------------------------ */
/* Tags */
/* ------------------------------------------------------------------------------------------ */
body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
	line-height: 24px;
	font-size: 14px;
	color: #666;
	background-color: #eeeeee;
	position: relative;

	width: 100%;
	min-width: 100%;
}
strong {
    color: #666;
}
a:link,
a:visited {
    color: #ccc;
}
a:hover,
a:focus {
    color: #fff;
}
*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
/* ------------------------------------------------------------------------------------------ */
/* Wrapper */
/* ------------------------------------------------------------------------------------------ */
div#wrapper {
    width: 800px !important;
	min-width: 800px !important;
    height: auto;
    display: block;
    position: relative;

    margin: 0px auto;
    padding: 200px 0px 0px 0px;
	
	    background-image: url(../images/bg.jpg);
    background-repeat: no-repeat;
    background-position: center top;
}
/* ------------------------------------------------------------------------------------------ */
/* Wrapper -> Player */
/* ------------------------------------------------------------------------------------------ */
div#wrapper div#player {
    width: 650px;
    height: auto;
    display: block;
    position: relative;

    margin: 0px auto;
    padding: 25px 50px 25px 50px;

    text-align: center;
	
	border-bottom: 10px solid #b91e1e;
	background-color: #333;
}
div#wrapper div#player audio {
    width: 100%;
    height: 40px;
    display: block;
    position: relative;
	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;

}

/* ------------------------------------------------------------------------------------------ */
/* Wrapper -> Message */
/* ------------------------------------------------------------------------------------------ */
div#wrapper div#message {
    width: 650px;
    height: auto;
    display: block;
    position: relative;

    margin: 0px auto;
    padding: 50px 0px 35px 0px;

    text-align: center;
}



div#footer {
    width: 650px;
    height: auto;
    display: block;
    position: relative;

    margin: 0px auto;
    padding: 35px 0px 0px 0px;
	
	text-align: center;
	
	color: #666;

}

