@charset "utf-8";

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #999;
}
body {
	background-color: #000;
}
a:link, a:active, a:visited{
	color: #FFF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #F90;
}

.web a:link, .web a:active, .web a:visited{
	color: #F90;
	text-decoration: none;
}
.web a:hover {
	text-decoration: underline;
	color: #FFF;
}

h1 {
	font-size: 120%;
	color: #F90;
}
h2 {
	font-size: 120%;
	color: #FFF;
}
h3 {
	font-size: 100%;
	color: #FC0;
}
#left {
	float: left;
	width: 430px;
	margin-top: 150px;
	margin-left: 20px;
}
.paypall{
	float: left;
}
#right {
	float: right;
	width: 430px;
	margin-top: 150px;
	margin-right: 20px;
}

#wrapper {
	background-image: url(images/cubarebelion.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	height: 200px;
	overflow: visible;
}
#video {
}
.black{
	color:#000;
}

