
/* ------------------------------- RESET CSS ------------------------------- */

html, body, div, span, object, h1, h2, h3, h4, h5, h6, p, blockquote, pre, img, b, i,dl,dt,dd,form,fieldset,legend,input,textarea,select,button {
	margin: 0;
	padding: 0;
	border: 0;
	text-indent:0;
}
:focus {
	outline: 0;
}
ul,ol{
	margin:0;
}

/* bicubic resizing for non-native sized IMG */
.ie7 img { -ms-interpolation-mode: bicubic; }

/* ------------------------------- BASE CSS ------------------------------- */

html,body{
	width:100%;
	height:100%;
}
/* Always force a scrollbar in non-IE */
html { 
	overflow-y: scroll; 
}
body{
	font: 13px/18px Arial, Helvetica, sans-serif;
	text-align:center;
	color:#fff;
	background:#000;
}
/* iphone/ipad color when a link is 'tapped' */
a:link { 
	-webkit-tap-highlight-color: #000;
}
a,a:visited{
	color:#fff;
	text-decoration:none;
}
a:hover,
a:active,
a:focus{
	text-decoration:underline;
}
h1,h2,h3{
	color:#d68300;
	font-size:32px;
	line-height:100%;
	font-family:"Times New Roman", Times, serif;
	font-weight:normal;
}
h2{
	font-size:28px;
	font-style:italic;
	color:#fff;
}
h3{
	font-size:13px;
	padding-bottom:2px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}
p{
	padding-bottom:10px;
}
p span{
	color:#d68300;
}


/* ------------------------------- CLEARFIX ------------------------------- */

.clearfix{
	overflow:hidden;
	zoom:1;
}

/* ------------------------------- STRUCTURE CSS ------------------------------- */

#wrap{
	width:960px;
	min-height:720px;
	height:auto !important;
	height:720px;
	position:relative;
	background:#000;
	text-align:left;
	margin:0 auto;
	background:#000 url(../images/bg_960.jpg) left top no-repeat;
}
h1,h2,
#corner,
#home-link,
#content{
	position:absolute;
	z-index:2;
}
h1,h2,
#corner,
#home-link{
	display:block;
	overflow:hidden;
	text-indent:-10000px;
}

h1{
	width:601px;
	height:34px;
	top:114px;
	left:233px;
	background:url(../images/designed-and-made-in-england.png) left top no-repeat;
	_background:url(../images/designed-and-made-in-england.gif) left top no-repeat;
}
h2{
	width:257px;
	height:50px;
	top:197px;
	left:366px;
	background:url(../images/born-in-the-streets.png) left top no-repeat;
	_background:url(../images/born-in-the-streets.gif) left top no-repeat;
}
	
#corner{
	width:290px;
	height:134px;
	right:0px;
	bottom:0px;
	background:url(../images/site-under-construction.png) left top no-repeat;
	_background:url(../images/site-under-construction.gif) left top no-repeat;
}
#home-link{
	left:45px;
	top:50px;
	width:127px;
	height:130px;
	background:url(../images/original-issue.png) left top no-repeat;
	_background:url(../images/original-issue.gif) left top no-repeat;
}
#content{
	left:45px;
	top:216px;
	width:245px;
}
#contacts{
	padding-top:20px;
	font-size:12px;
	line-height:17px;
}