#column1 {
float: left; 
width: 750px; 
margin-left: -10px;
margin-top: 50px;
}

body{
background-image: url('img/background.jpg');
background-repeat: repeat;
margin-top: -10px;
width: 100%;
height: 100%;
}

#container{
width: 1090px;
}

#column2 {
float: right;   
background-image: url('img/background.jpg');
margin-top:80px;
border-left: 2px solid;
width:340px;
}

#column2 p {
font-family: Lucida Sans Unicode;
padding-left:10px;
font-size:1em;
}

#column2 h1 {
font-family: Cooper Black;
padding-left: 10px;
font-size: 1.5em;
color: c10f0b;
}

#column2 i {
padding-left: 220px;
margin-top: -10px;
}

#column2b {
float: right;   
background-image: url('img/background.jpg');
margin-top:80px;
border-left: 2px solid;
width:340px;
}

#column2b p {
font-family: Lucida Sans Unicode;
padding-left:10px;
font-size:1em;
}

