* {
margin:0;
padding:0;
}

html, body {height:100%;
}

body{
text-align:center;
}

#distance { 
width:1px;
height:50%;
background-color:white;
margin-bottom:-263px; /* half of container's height */
float:left;
}

#container{
position:relative;
clear:left;
width:950px;
height:526px;
margin:0 auto;
background-image:url('image/bcgPNG.png');
background-position:center;
background-repeat:no-repeat;
}


#column1{
float:left;
text-align:left;
overflow:hidden;
}

.content{
overflow:hidden;
width:290px;
}

.cimg{
margin:0px;
padding:0px;
height:85px;
overflow:hidden;
}

img{
margin:0px;
border:0px;
padding:0px;
}

#column2{
text-align:right;
float:right;
overflow:hidden;
width:390px;
}

#column2 .content{
width:auto;
}

#background{
width:auto;
height:auto;
}