/* ----------------------------------------------------------
File: screen.css
Site: www.jasard.co.uk
Description: All site styles
Author: Jason Ardener - http://www.jasard.co.uk
Version: 1.0
--------------------------------------------------------------

/* Imports
---------------------------*/ 
@import url(reset.css);

/* Body
---------------------------*/
body {
	background: #3dc9e6 url(../images/site/bg.png) 50% 0px no-repeat fixed;
	text-align: left;
	font-family: Verdana, Arial,Tahoma,sans-serif;
	font-size: 62.5%;
	color: #fff;
}

/* Hidden items 
---------------------------*/
#access{ 
	position: absolute; left: 0px; top: -3000px; width: 1px; height: 1px; overflow: hidden; 
}

header{
	height: 26px;
	width: 180px;
	display: block;
	text-indent: -9999px;
	background: url(../images/site/header.png) no-repeat;
	float: right;
}

.sorry {
	height: 52px;
	width: 139px;
	display: block;
	text-indent: -9999px;
	background: url(../images/site/sorry.png) no-repeat;
	float: left;
}

.l1 {
	height: 147px;
	width: 625px;
	display: block;
	text-indent: -9999px;
	background: url(../images/site/l1.png) no-repeat;
	float: left;
}

.l2 {
	height: 32px;
	width: 360px;
	display: block;
	text-indent: -9999px;
	background: url(../images/site/l2.png) no-repeat;
	float: left;
}

.l3 {
	height: 26px;
	width: 161px;
	display: block;
	text-indent: -9999px;
	background: url(../images/site/l3.png) no-repeat;
	float: right;
	clear: left;
}

#container {
	width: 625px;
	margin: 0 auto;
	padding-top: 200px;
}

p {
	margin-bottom: 15px;
}

.email {
	float: left;
	clear: left;
}
