*{
	padding: 0; margin: 0; border: 0px solid; list-style: none; text-decoration: none;
}

body{
  background: #000 url('../img/bg.jpg') top repeat-x;
}

div#container{
  position: relative;
  margin: 0 auto;
  width: 680px; height: 768px;
  background: transparent url('../img/home.jpg') 0 0 no-repeat;
}
div#container a#logo{
  position: absolute; left: -180px; top: 0;
  display: block;
  width: 185px;
  height: 175px;
  cursor: pointer;
  
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale', src='./styles/img/logo.png');
}div#container a#logo[id]{	background: url('../img/logo.png') no-repeat top left;}

div#menu{
  position: absolute; left: 0px;
  
  top: 203px;
  width: 680px;
}

div#menu img{
  width: 680px;  height: 346px;
}

#promotions{
	left: 517px;
	position: absolute;
	top: 556px;
}

#promotions a{
	color: #FFC173;
	font-family:"Verdana",Georgia,Serif
}#promotions a:hover{text-decoration: undeline; color: FFF;}
