﻿body
{
	background-color: #000;
}
.divLeft
{
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 50%;
	height: 100px;
	z-index:10;
}

.divRight
{
	width: 50%;
	height: 100px;
	position: absolute;
	bottom: 0px;
	right: 0px;
	z-index:10;
}
.divLogo
{
	text-align:right;
	padding-right:80px;
	padding-bottom:30px;
}
a
{
    color:#fff;
    text-decoration:none;
}
p
{
    text-align:left;
}


