﻿#leftcontent {
		position: absolute;
		top: 300px;
		left:1%;
		width:20%;
		padding: 0 0 0 5px;
		}

#centerleftcontent {
		position: absolute;
		top: 300px;
		left:22%;
		width:28%;
		}

#centerrightcontent {
		position: absolute;
		top: 300px;
		left:51%;
		width:28%;
		}

#rightcontent {
		position: absolute;
		top: 300px;
		left:80%;
		width:19%;
		}
