* * * * a img {
   border: 0px solid #fff;
}

body {
   background-color: #fff7ed;
   padding-top: 30px;
}

#wrapper {
   position: relative;
   display: block;
   margin: 0 auto;
   width: 907px;
   height: 600px;
   background-image: url(../gfx/background.jpg);
}

#logo {
   position: absolute;
   top: 20px;
   left: 20px;
}

img#choose {
   position: absolute;
   top: 150px;
   left: 340px;
   height: 150px;
   overflow: hidden;
}

div#horizontal {
   position: absolute;
   top: 160px;
   left: 35px;
}

#description {
   width: 345px;
   height: 56px;
   position: absolute;
   left: 285px;
   top: 350px;
}

#alternativechooser {
   position: absolute;
   left: 310px;
   top: 435px;
}

#alternativechooser select {
   width: 170px;
   position: relative;
   top: -8px;
}

#youtubelink { 
   position: absolute;
   display: block;
   width: 39px;
   height: 38px;
   top: 533px;
   left: 177px;
}

#twitterlink { 
   position: absolute;
   display: block;
   width: 39px;
   height: 38px;
   top: 533px;
   left: 35px;
}

#facebooklink { 
   position: absolute;
   display: block;
   width: 39px;
   height: 38px;
   top: 533px;
   left: 130px;
}

#flickrlink {
   position: absolute;
   display: block;
   width: 39px;
   height: 36px;
   top: 533px;
   left: 85px;
}



#info {
   position: absolute;
   left: 345px;
   top: 567px;
   font-family: sans-serif;
   font-size: 10px;
   color: #41403e;
}

#info a {
   color: #41403e;
   text-decoration: underline;
}

#deco {
   position: absolute;
   left: 710px;
   top: 405px;
}

#debug {
   position: absolute;
   left: 0px;
   top: 0px;
   width: 250px;
   height:120px;
   z-index: 4;
}


#footer-icons {  
	position: fixed;
	width: 260px;
	height: 45px;
	margin: 0 auto;
	left: 30%;
	right: 30%;
	bottom: 0;
	background-color: #999999;
}

#footer-icons p {  
   text-align: center;
}
