#col_1 {
position: absolute;
left: 3%;
width: 14%;
top: 30px;
background-color: #ffffff;
}

#col_2 {
position: absolute;
left: 19%;
width: 14%;
top: 30px;
background-color: #ffffff;
}

#col_3 {
position: absolute;
left: 35%;
width: 14%;
top: 30px;
background-color: #ffffff;
}

#col_4 {
position: absolute;
left: 51%;
width: 14%;
top: 30px;
background-color: #ffffff;
}

#col_5 {
position: absolute;
left: 67%;
width: 14%;
top: 30px;
background-color: #ffffff;
}

#col_6 {
position: absolute;
left: 83%;
width: 14%;
top: 30px;
background-color: #ffffff;
}

/*
#col_1,#col_2,#col_3,#col_4,#col_5,#col_6{
border: 1px solid black;
padding:0px;
margin:0px;
}

p, h1, h3 {
padding: 5px 15px;
margin: 0px;
}
*/

