body {
	margin: 0;
	padding: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	font-family: "Lucida grande",Verdana,Lucida,Helvetica,sans-serif;
	font-size: 82%;
	background-color: transparent;
}

a:link {color:#ffffff;}

img {
	border: none; 
	margin-left: 0; 
	margin-top: 0;
	vertical-align:middle; 
}

.codesrc {
	position: absolute;
	top: 140px;
	left: 10px;
	width:300px;
	height:90px;
	text-align: left;
	overflow: auto;
	color: #000000;
	background-color: #fffff5;
}

.player {
	text-align:center;
	width:340px;
	height:280px;
	background: url(player.png) no-repeat; 
}

.video {
	position: absolute;
	top: 10px;
	left: 10px;
	width:320px;
	height:240px;
	color: #ffffff;
}
.message {
	margin: auto;
	margin-top: 10px;
	text-align: justify;
	width:280px;
}

.icone {
	margin: auto;
	text-align: center;
}

.menu {
	position: absolute;
	top: 255px;
	left: 10px;
	width:320px;
	height:20px;
}

.info {
	text-align:center;
	width:320px;
	height: 20px;
}

.error{ 
	margin: auto;
	width:180px;
	background-color: #ff0000;
	color: #ffffff;
}

.stop {float: left;}
.java {float: left;}
.plugin {float: left;}
.download {float: right;}
.share {float: right;}