/* 

DEFAULTS STYLE SHEET FOR [ATTIK DESIGNS]
Created by [ADRIAN CORCORAN]
[http://www.attikdesigns.ie]

*/

/* --------- 1. defaults  --------- */

* {
		margin: 0;
		padding: 0;
		}

div {
1		border: 1px solid #666666;
		position: relative;
		}

body {
		background: #e4e4e4 url(/mainpics/bg_grad.jpg) fixed repeat-x;
1		background: #f00;
}
div#bodyBg {
	position:fixed;
	background: url(/mainpics/bg_body.jpg) 0 0 repeat-x;
	left:0;
	top:57px;
	width:100%;
	height:156px;
}
div:after {
    	content: "."; 
    	display: block; 
    	height: 0; 
    	clear: both; 
    	visibility: hidden;
		}		

