@charset "utf-8";

/* WEBSITE STRUCTURE */

body {
    background: #CCC;
}
#container {
    width: 100%;
    background: #FFF;
}

#videoarea {
	background: #333;
	padding: 25px 0;
	color: #000;
}
#topvisual {
    width:900px;
	height: 125px;
	background: #FFF;
    clear: both;
}

#footer {
    clear:both;
    color: #333;
    background: #CCC;
    font-size: 70%;
    padding: 6px 5px;
    text-align: center;
}

#header {
    background: #FFF;
    height: 70px;
    border-bottom: 3px #CCC solid;
    text-align: right;
    overflow: hidden;
}

/* ELEMENT STYLES */

#videoarea div.videobox {
    width: 640px;
    height: 360px;
    background: #000;
	margin: 0 auto;
	overflow: hidden;
}
#videoarea div.jswarning,
#videoarea div.flashwarning {
	font-size: 120%;
	text-align: center;
	margin: 150px 20px 20px 20px;
	color: #FFF;
}
#videoarea p {
    width: 640px;
	margin: 10px auto 0;
	color: #C0C0C0;
	font-size: 80%;
	text-align: center;
	line-height: 1.25em;
}

#header img.jvclogo {
    float: left;
    margin:4px 8px;
}

#header h1 {
    margin: 15px 15px;
    font-size: 120%;
    color: #666;
}
