/* CSS Document */

body {
	background-color: #071C61;
	margin: 0;
	padding: 0;
}

#horizontal {
	background-color: transparent;
	visibility: visible;
	display: block;
	position: absolute;
	top: 75%;
	left: 0;
	width: 100%;
	height: 1px;
	overflow: visible;
}



.content {
	font-size: 14px;
	padding: 5px;
}

#containercenter {
	margin: 0 auto;
	text-align: center;
	border: 0px solid #000;
	top: 10px;
	width: 800px;
	height: 650px;
	z-index: 1;
	background-image: url(../homepage/amglassshell2.gif);
	background-color: #071C61;
	background-repeat: no-repeat;
	background-position: center;
	}


#containerinside {
	background-color: #FFFFFF;
	margin: 0 auto;
	text-align: center;
	border: 0px solid #000;
	top: 10px;
	width: 700px;
	height: 500px;
	z-index: 1;
	}


#containercenterother {
	margin: 0 auto;
	text-align: center;
	border: 0px solid #000;
	top: 10px;
	width: 800px;
	height: 650px;
	z-index: 1;
	background-image: url(../background/amglassshell4.gif);
	background-color: #071C61;
	background-repeat: no-repeat;
	background-position: center;
	}

