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

body {
	background-image: url(images/bg.png);
	background-repeat: repeat;
}
#contener {
	width: 600px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/bg_cont.png);
	background-repeat: no-repeat;
	background-position: 0px 250px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFCC00;
	border-right-color: #FFCC00;
	border-bottom-color: #FFFFCC;
	border-left-color: #FFFFFF;
}
#contener #content a {
	color: #F22C46;
	text-decoration: underline;
}


#content {
	font-family: "Trebuchet MS", Arial;
	font-size: 14px;
	color: #FFCC00;
	text-align: center;
}
