html {height:100%;}
body {
	height : 100%; 
	margin : 0; 
	padding : 0;
}
.style1{
    font-family : Garamond;
	font-size : 11px;
	color : #666666;
}
.style2{
    font-family : Garamond;
	font-size : 12px;
	color : #333333;
	font-weight : bold;
}
.style3{
    font-family : Garamond;
	font-size : 12px;
	color : #666666;
	font-weight : bold;
}
#container{
    position : relative;
	width : 750px;
	top : 50px;
	margin-left : auto;
	margin-right : auto;
}
#main{
    position : absolute;
	left : 165px;
}
#copyright{
    position : absolute;
	top : 600px;
}
#copyright2{
    position : absolute;
	top : 2840px;
}
#stockistsLink{
    position : absolute;
	top : 160px;
}
#stockists{
    position : absolute;
	top : 220px;
	left : 90px;
}



