body {
	height: 100%;
	margin: 0;
	padding: 0;
	background: #2e2e2e;
	text-align: center;
	background-image: url(/images/bgprincipal.png);
	background-position: bottom left;
	background-attachment: fixed;
	background-repeat: no-repeat;
	font-family: tahoma, verdana, serif;
	color: #fff;
	}
A {
    color : #fff;
    text-decoration : none;
    font-family: tahoma;
    border: 0px;
    vertical-align: middle;
    outline: none;
    }
A:Visited {
    color : #fff;
    text-decoration : none;
    border: 0px;
    }
A:Hover {
    color : #fff;
    text-decoration : underline;
    border: 0px;
    }
A:Focus {
    color : #fff;
    text-decoration : none;
    border: 0px;
    }

#principal {
width: 100%;
}

#left {
	width: 15%;
}
#right {
	float: left;
	width: 85%;
	height: 800px;
}
#copy {
  margin-top: 10px;
  position: absolute;
  bottom: 10px;
  left: 10px;
  font-size: 13px;
  vertical-align: bottom;
  font-family: Verdana;
  font-variant: small-caps;
}

#flashcontent {
height: 100%;
text-align: center;
overflow: hidden;
}
