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