/* CSS Document */
body {	
    background-image:url(2.jpg);
    background-repeat: no-repeat;
	background-color:#999999;
	height: 100%; 
	overflow-y:auto;
}

#player {
	position: absolute;
	top: 17px;
	left: 419px;
	z-index:300;
}
#main-container{
	float: right;
	position: absolute;
	left: 117px;
	top: 89px;
	width: 500px;
	background-color: #CCCCCC;
	border-top-width: medium;
	border-right-width: thin;
	border-bottom-width: medium;
	border-left-width: thin;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #000000;
	border-right-color: #666666;
	border-bottom-color: #000000;
	border-left-color: #666666;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	height: auto;
	text-align: center;
	z-index:200;
}
#video-container{
	float: right;
	position: absolute;
	left: 117px;
	top: 89px;
	width: auto;
	background-color: #CCCCCC;
	border-top-width: medium;
	border-right-width: thin;
	border-bottom-width: medium;
	border-left-width: thin;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #000000;
	border-right-color: #666666;
	border-bottom-color: #000000;
	border-left-color: #666666;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	height: auto;
	text-align: center;
	z-index:200;
}
#menu {
	position: relative;
	top: 89px;
	left: 24px;
	z-index:100;
}
.image{
	padding: 5px;
	z-index:30;
	text-align: center;
	background-color: #C0C0B7;
	border: thin none #666666;
}
.words{
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	color: #333333;
	text-align: justify;
	background-color: #FFFFFF;
}
.subtitle{
	background-color:#333333;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 2px;
	vertical-align: middle;
	border: thin none #666666;
}
.spacer{
	height:10px;
}
#img1 {
position: absolute;
top: 0;
left: 0;
z-index:0;
width:1500;
height:1100;
}
