﻿.area
{
	border: solid 1px black;
	background-color: #202020;
	width: 100%;
	background-image: url(../Images/back.png); 
	background-repeat:no-repeat; 
	background-position: top;
}

.area .header
{
	height: 100px; 
	margin-top: 45px; 
	margin-left: 20px; 
	color: #202020;
}

.area .footer
{
	height: 80px;
	width: 100%;
	background-image: url('../images/footer_city.png'); 
	background-repeat:no-repeat; 
	background-position:bottom;
}

.area .main
{
	background-color: #4A4D56;
	color: white;
	border: solid 1px black;
}

.area .content
{
	overflow-y: auto;
	background: #4A4D56 url(../Images/dash_audiolounge_grey.png);
    background-repeat:no-repeat;
    background-position:right bottom;
}