/* CSS Document */

html, body {
height:100%;
margin:0pt;
overflow:hidden;
padding:0pt;
width:100%;
}

body {
font-family:verdana;
font-size:72%;
color: #5f5f5f;
}

#background {
height:100%;
position:absolute;
width:100%;
z-index:1;
}

#scroller {
height:100%;
left:0pt;
overflow:auto;
position:absolute;
top:0pt;
width:100%;
z-index:2;
}

#content {
padding:140px 450px 20px 25px;
width:55%;
}

p {
line-height:1.5em;
text-align:justify;
}

#topcontent {
margin-bottom:120px;
}

#logo {
    width:100%; /* the width of your logo */
    height: 97px; /* the height of your logo */
    float: left;
    text-align:left;
    text-indent:-9999px;
	margin-bottom:30px;
 }

#logo h1 {
    width:495px; /* the width of your logo */
    height: 97px; /* the height of your logo */
    background: url(../i/text.jpg) 0 0 no-repeat;
    float:left;
}

#contactdetails{
	position:absolute;
	right:25px;
	color:white;
	top:400px;
	z-index:10;
	}
