body {
	margin:0px;
	padding:0px;
	background-color:#000;
	font-family:sans-serif;
	background-image:url('background.png');
	background-size:100% auto;
	background-repeat: no-repeat;
}
#contents{
	width:600px;
	margin-right:35px;
	text-align:justify;
	line-height:28px;
}

.coloumn{
	width:295px;
	background-color:#000;
	background-image:url('sidebar.png');
	height:700px;
	padding:15px;
	background-position:bottom left;
	background-repeat: no-repeat;
	color:#fff;
	text-align:right;
	font-size:12px;
}
.container {
	padding:35px;
	background-color:#fff;
	margin:auto;
	width:960px;
	min-height: 100%;
	background-image:url('contentbottom.png');
	background-position:bottom left;
	background-repeat: no-repeat;
	padding-bottom:135px;
}
#logo_container{
	margin: 0px auto 0px auto ;
	padding: 0px;
	width:1030px;
	height:250px;
	background-size: contain;
	background-position:center left;
	background-image:url('logohead.png');
	background-repeat: no-repeat;
	text-align:right;
}

.footer {
	padding:35px;
	color: #eee;
	background-color:#000;
	margin:auto;
	width:960px;
	min-height: 100%;
	padding-bottom:135px;
}
.footer a, .footer h1 {
	color: #eee;
	text-decoration:none;
	font-size:80%;
	display:block;
	padding: 3px;
}
.footer table {
    width:100%;
    border-collapse:collapse;
	table-layout: fixed;
}
.footer td {
	vertical-align:top;
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
}