/***************************************************
   Base Styles
   --------------------------------------------
   Imports bese atributes declared in main.css
 ***************************************************/

@import url("main.css") ;

/***************************************************
   Header Styles
   --------------------------------------------
   Change main header image with #header
   background attribute.
 ***************************************************/

#header {  height: 256px;  background: url(images/logo_en.jpg) no-repeat top center; }

#header .lang {	position: relative;	padding-right: 20px; top: 20px; color: #ddd; text-align: right;  }

#header a {	text-decoration: none; color: #000; }
#header a:hover { color: #111; background-color: #ddd; }


