body {
   background-image: url('../images/background.jpg');
    background-repeat: repeat;
    background-color: #000000;
    margin-top:0px;
		margin-bottom:0px;
		margin-left:0px;
		margin-right:0px;
}

#container{
	margin:auto;   
    width: 928px;
    height:auto;
            }
         
#container_2{
    margin-top: 50px;  
    width: 928px;
            }
                       
#picture{
    width: 423px;
    height:675px;
    position: static;
    float: left;
}         

#content{
    background-color: #000000;
    width: 505px;
    min-height: 675px;
    height:auto;
    position: static;
    float: right;
}         

#content_type{
    background-color: #000000;
    width: 495px;
    padding-left: 5px;
    padding-right:5px;
    height:auto;
    position: static;
    float: right;
}        

#logo{
    background-color: white;
}        

#intro{
   margin-top: 280px;
   float: right;
}



.spacer{
    clear:both;
}


