/* /*
    screen-modern.css: MODERN BROWSER (v5+) SCREEN
    ------------
    Job:				Nightsound
    Produced by:		Richard Thomas @ Msoft
    Start date:			05/04/2007
    ------------
   
   COLOUR SPEC:
    Red:				#
    Yellow:				#
    Grey:				#
    ------------
    
    TOC:
    1.	type selectors  
    2.	structural selectors
    3.	navigation
    4.	forms
    5. 	tables
    6.	hacks
*/


/* =1. type selectors */



body {
	margin: 0;
	padding:0px;
	
}
#container {
	width:920px;
	margin:0 auto;
	text-align:center;
	position:relative;
}


img {
	text-decoration:none;
	border:0;
	
	
	}

h1 {
	color: #fff;
	margin-top: 20px;
	margin-bottom: 12px;
	font-size: 2em;
	font-weight: lighter;
	line-height:30px;
	text-align:left;
	
}

.logo {
	margin-top:13px;
	}
	
	



.hillbark {
	position:absolute;
	left:110px;
	top:220px;
	}
	
.saddleworth {
	position:absolute;
	left:290px;
	top:220px;

	}
	
.phantom {
	position:absolute;
	left:470px;
	top:220px;
	}
	
.dalston {
	position:absolute;
	left:570px;
	top:220px;
	}	
	
.sunlight {
	position:absolute;
	left:670px;
	top:220px;
	}		
		
.pad {
	padding-top:23px;
	}	
	
	
	


