

#col1
{  
        float: left;
        width: 30%;
	background-color: white;
	margin-top: 20px;
        margin-bottom: 40px;
}

#col2
{       float: right;
	width: 70%;
	background-color: white;
        margin-top: 20px;
	margin-bottom: 40px;
}
