/*------------------------------------------------------------------ 
# [Master Stylesheet] 
#  
# Project:    		Amaro Egypt
# Version:    		1.1 
# Last change:    	25/08/09 [Samir Sayed] 
# Assigned to:    	www.samirsayed.com 
# -------------------------------------------------------------------*/ 

* {margin:0;padding:0;} 

html, body, #wrap {height: 100%; background-color:#660000}

body > #wrap {height: auto; min-height: 100%;}

#main {padding-bottom: 20px;}  /* must be same height as the footer */

#footer {position: relative; margin-top: -20px; /* negative value of footer height */ height: 20px; clear:both; background-color:#330000; color:#fff;font-size:12px;} 

a { font-size:12px; color:#fff}

.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
