body {
	background: #007EB6 url(img/bg.png) repeat-x center top;
	color: #ffffff;
	font-family: Lato, Calibri, Arial, Helvetica, Verdana, sans-serif;
	font-size: 18px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	text-align: center;
}

div, img, p, ul, .img { margin: 0; padding: 0; border: 0; }

a { color: #043883; text-decoration: none; }
a:hover { color: #EF3E34; text-decoration: underline; }

h1, h2 { margin: 0; padding: 0; font-family: 'Lato Black', Calibri, Arial, Helvetica, Verdana, sans-serif; color: #007EB6; font-weight: normal; }
h1 { font-size: 24px; margin-bottom: 15px; color: #007EB6; }
h2 { font-size: 24px; margin-bottom: 10px; color: #ffffff; }

b { font-family: 'Lato Black', Calibri, Arial, Helvetica, Verdana, sans-serif; }

#container { width: 960px; margin: 0 auto; text-align: left; position: relative; }

#logo { text-align: center; padding-top: 30px; }
#applications { position: absolute; top: 276px; left: 200px; text-transform: uppercase; }
#websites { position: absolute; top: 294px; left: 500px; text-transform: uppercase; }

#contact { position: absolute; bottom: 50px; right: 50px; text-align: right; text-shadow: rgba(0,0,0,1) 1px 1px 2px; }

#copy { position: absolute; bottom: 50px; left: 50px; font-size: 14px; }

.margr { margin-right: 20px; }

.fleft { float: left; }
.fright { float: right; }
.clear { clear: both; }

.tleft { text-align: left; }
.tcenter { text-align: center; }
.tright { text-align: right; }