﻿.logo {
	background-color:#dfdfdf;
	width: 100%;
	max-width: 1000px;
	text-align:center;
	font-family:Arial;
	font-size:18pt;
	height:50px;		
	color:#3b5999;
	border: #3b5999 2px solid;
	border-bottom-width:0px;
}

.desktop
{
	width: 100%;
	max-width: 1000px;
	height: auto;
    max-height: 600px;
    border: #3b5999 2px solid;
    background-color: white;
}

.footer {
	background-color:#dfdfdf;
	width: 100%;
	max-width: 1000px;
	height:50px;		
	text-align:center;
	font-family:Arial;
	font-size:18pt;
	color:#3b5999;
	border: #3b5999 2px solid;
	border-top-width:0px;
}   


