/* CSS Document */

body{
	position: absolute;
	margin: 0 auto;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-repeat: repeat-y;
	background-color: #000000;
	background-position: center top;
}


#container{
	position: absolute;
	margin: 0px 0px 0px -435px;
	width: 870px;
	height: 100%;
	z-index: 3;
	left: 50%;
	overflow: visible;
}

#bg{
	position: absolute;
	margin: 0 auto;
	background: url('http://www.amadeodecada.com/images/site/background_wings.jpg') no-repeat top center;
    width: 100%;
	height: 500px;
	z-index: 2;
	visibility: visible;
	background-image: url(http://www.amadeodecada.com/images/site/background_wings.jpg);
}



.small_white {
	font-family: "Trebuchet MS", Helvetica, Arial;
	font-size: 11px;
	color: #FFFFFF;
}

a:link {
	color: #E94800;
}
a:visited {
	color: #666666;
}