@charset "UTF-8";
/* CSS Document */
 body{
	 background: url("bg.png");
	 background-repeat:repeat;
	 background-color:white;
	 }
.main{
	width:950px;
	height:100%;
	margin-left:auto;
	margin-right:auto;
	background-color:#CDCDCD;
	border-radius:15px;
	-moz-border-radius:15px; /* Firefox 3.6 and earoler */
	margin-top:10px;
	}
.banner{
	margin:15px 25px 25px 25px;
	}
.icons{
	width:90%;
	height:auto;
	background-color:grey;
	margin-left:5%;
	border-radius:15px;
	-moz-border-radius:15px; /* Firefox 3.6 and earoler */
	padding:10px;
	}
.iconLogo{
	margin:10px;
	}
#example1div{
	margin-bottom:10px;
	margin-left:10px;
	float:left;
	}
.frames{
	width:280px;
	margin-left:10px;
	height:480px;
	float:right;
	position:relative;
	z-index:3;
	background:url("frameBG_03.png");
	background-repeat:no-repeat;
	overflow:auto;
	}
img.frames{
	float:left;
	}
p.frames{
	width:145px;
	height:75px;
	
	}
.description{
	float:right;
	text-align:right;
	font-size:20px;
	}
.moviePlayer{
	width:950px;
	height:480px;
	}
table.frames td a:link{
	color:black;
	}
.colortube{
	width:930;
	margin-left:10px;
	}
img.colortube{
	float:left;
	
	}
