@charset "utf-8";
/* CSS Document */

#background {
	background-image: url(img/posterbackground.jpg);
	position: absolute;
	background-repeat: repeat;
	height: 130%;
	width: 100%;
	top: 0%;
	left: 0%;
}

#contenido {
	background-color:#FFFFFF;
	position: absolute;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	height: 99%;
	width: 40%;
	top: 0%;
	left: 31%;
	padding-left: 10px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 10px;
	border-left-style: groove;
	border-left-color: #999999;
	border-left-width: thin;
	border-right-style: groove;
	border-right-color: #999999;
	border-right-width: thin;
}

a:link {
    color: #144478;
    text-decoration:none;
}

a:visited {
    color: #144478;
    text-decoration:none;
}

a:active {
    color: #E5D9AF
    text-decoration:none;
}

a:hover {
    color: #FC36FF;
    text-decoration:none;
}

