body {
	font: normal medium/140% Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background: #FFFFFF;
}


#container {
	border: thin solid #333333;
	background: #FFFFFF no-repeat right top;
	padding: 20px;
	height:220px;
	width: 400px;
	margin: 5% auto auto;
}


#header {
	float: left;
	height:240px;
	width: 400px;
	background: url(../images/adobe.png) no-repeat center bottom;
	text-align: center;
}
#mobile {
	margin: 0px;
	padding: 0px;
	
}
#screen {
	
display: none;

}


#navbar {
	display: none;
}



#footer {
	color: #000000;
	background: #FFFFFF no-repeat;
	float: left;
	width: 100%;
	text-align: center;
	padding-top: 5px;
}
#footer a:hover {
	border-bottom: thin dotted #0099cc;
	padding: 0px 0px 1px;
	width: 70%;
}
#footer a:link {
	color: #990000;
	text-decoration: none;
}
#footer a:visited {
	color: #0099CC;
	text-decoration: none;
}
#footer li {
	display: block;
	list-style: url(none) none outside;
	font-size: medium;
	width: 320px;
	line-height: 140%;
}
#footer img {
	display: none;
	
}
