﻿body, html {
	background-color: #252525;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	margin: 0; padding: 0;
	color: #ddd;
}
#wrapper {
	margin: 0 auto;
	text-align: center;
	width: 900px;
}
#application {
	background: #252525 url(appimage.png) no-repeat scroll left center;
	padding-bottom: 50px;
	height: 600px;
}
#app-descr {
	padding-left: 400px;
	padding-top: 100px;
}
#branding {
	border-top: solid 2px #333;
	color: #ddd;
	font-family: "Times New Roman", Times, serif;
}
#branding_logo {
	font-size: 72px;
}
a, a:visited {
	text-decoration: none;
	color: #A2FFE1;
}
img {
	border: 0px;
}
ul, h3 {
	text-align: left;
}
a:hover {
	text-decoration: underline
}
.blue {
	color: blue;
}
