/* 		A MANO RESTAURANT
		CODED BY AVINO MEDIA CORPORATION
		WWW.AVINOMC.COM
		CONCEPT 1 EAEAEA ORANGE f68903

		COLORS -----
		RED: #FF0000
		MED RED: #880500
		DARK RED: 
		WHITE: #FFFFFF
		BLACK: #000000
		TAN
		BROWN:   141

*/ 



body, html {

	margin: 0px;
	background: inherit;
	background: url('../images/bg.gif') repeat-x top left;
	font: 12px Arial, Helvetica, sans-serif;
	color: white;
	background: #880500;

}

	div#main {

		position: absolute;
		top: 50%;
		margin-top: -310px;
		left: 50%;
		margin-left: -400px;

	}
	
	
		div#logo {

			width: 800px;
			height: 141px;
			text-indent: -9999px;
			background: url('../images/a-mano-logo.gif') no-repeat top left;

		}

		div#video { }

		div#footer { width: 800px; }

			div#foot_logo {

				width: 100px;
				height: 100px;
				float: left;
				background: url('../images/foot_logo.gif') no-repeat top left;

			}
			
			div#foot_logo_right {

				width: 150px;
				height: 116px;
				float: right;
				background: url('../images/foot_logo_right.gif') no-repeat top left;

			}

			div.left {

				float: left;
				display: inline;

			}

			div.right { 

				float: right;
				display: inline;

			}

			div.clear { clear: both; }

/* LINKS */

a {

	font: 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background: inherit;
	text-decoration: none;

}

a:hover { background: #84CF02; }