 
	body {
		background-color: #000000;
		background-image: url(images/border.jpg);
		background-repeat: repeat-x;
		background-position: center top;
		margin: 0;
		text-align: centre;
		color: #555555;
		font-size: 1.0em;
	}
	
	
	
	
	
	#menu{
		width: 681px;
		height: 288px;
		border: 0px;
		margin:0 auto;
		padding: 0px;
		
		
	}
	
	.L1{
		width: 77px;
		height: 288px;
		float: left;
		background-image: url(images/logoL1.png);
		background-repeat: no-repeat;
	}
	
	.L2{
		width: 151px;
		height: 288px;
		float: left;
		position: relative;
		background-image: url(images/logoL2.png);
		background-repeat: no-repeat;
	}
	
	.L3{
		width: 203px;
		height: 288px;
		float: left;
	}
	
	.L4{
		width: 171px;
		height: 288px;
		float: left;
		position: relative;
		background-image: url(images/logoL4.png);
		background-repeat: no-repeat;
	}
	
	.L5{
		width: 77px;
		height: 288px;
		float: left;
		background-image: url(images/logoL5.png);
		background-repeat: no-repeat;
	}
	
	
	.clear{ clear: both;}
	
	
	#video{
		width: 500px;
		height: 443px;
		border: 0px;
		margin:0 auto;
		padding: 34px 91px 0px 92px;
		text-align: center;
		position: relative;
		
	
	}
	
	.videoframe{
		width: 502px;
		height: 382px;
		padding: 11px 11px 11px 0px;
		background-image: url(images/video_border.png);
		background-repeat: no-repeat;
	}
	
	
	
	.girl{
		position: absolute;
		top: 0px;
		left: 0px;
	}
	
	.boy{
		position: absolute;
		top: 0px;
		right: 0px;
	}
	
	
	.bottom{
		position: absolute;
		bottom: 0px;
		left: 0px;
	}
	
	img.center { 
		display: block; 
		margin-left: auto; 
		margin-right: auto;
	}	

	
	
	.play{
		margin: 1em 0 1em 0;
		display: block; 
		margin-left: auto; 
		margin-right: auto;
	}
	
	pre{white-space: pre-wrap;}

	
	a{text-decoration: none}
	img{border: 0;}
	

	#container{
		display: block;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}
	
	.text{
		width: 500px;
		font-size: 1em;
		line-height: 1.8em;
		font-family: "Lucida Bright", Georgia, serif;
		color: #c58948;
		display: block;
		margin-left: auto;
		margin-right: auto;
		text-align: left;
		white-space: wrap;
	
	}
	
	
	
