@charset "UTF-8";
/* CSS Document */


body {
	background-color: #444444;
	color: #eeeeee;
	margin-top: 15px;
}

.container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#logo {
	position: relative;
	left: 60px;
}
.boxtop {
	background-image: url(../images/boxtop.png);
	height: 5px;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.main-content {
	min-height: 400px;
	margin-top: 15px;
}
.header {
	height: 30px;
}
.footer {
	font-size: small;
	font-weight: bold;
	text-align: center;
	clear: both;
}
a {
	color: #eeeeee;
}
.homeback {
	background-repeat: no-repeat;
	width: 400px;
	padding-right: 60px;
	padding-left: 500px;
}

.apps {
	background-repeat: no-repeat;
	width: 960px;
	padding-right: 60px;
	padding-left: 40px;
	padding-top:20px;
}

.boxmid {
	background-image: url(../images/boxmid.png);
	background-repeat: repeat-y;
	padding: 15px;
	color: #111111;
}

.bigboxmid {
	background-image: url(../images/bigboxmid.png);
	background-repeat: repeat-y;
	padding: 15px;
	width:830px;
	margin-left:30px;
	color: #111111;
}
.boxmid a {
	color: #111111;
}
.boxbottom {
	background-image: url(../images/boxbottom.png);
	background-repeat: no-repeat;
	height: 5px;
	margin-bottom: 30px;
}

.boxbottom4apps {
	background-image: url(../images/boxbottom4apps.png);
	background-repeat: no-repeat;
	height: 5px;
	margin-bottom: 30px;
	width:830px;
	margin-left:30px;
}

.boxtop {
	background-image: url(../images/boxtop.png);
	height: 5px;
	margin-top: 50px;
}

.boxtop4apps {
	background-image: url(../images/boxtop4apps.png);
	height: 5px;
	margin-top: 100px;
	width:830px;
	margin-left:30px;
}

.margin-top-0px , h2{
	margin-top: 0px;
}
.margin-bottom-0px {
	margin-bottom: 0px;
}
h2, h3 {
	text-align: center;
}

