@charset "utf-8";
/* CSS Document */

* {
padding: 0px;
margin: 0px;
}

body {
background-color: #e5e5e5;
font-family: Arial, Helvetica, sans-serif;
color: #939498;
font-weight: bold;
line-height: 20px;
padding-top: 20px;
font-size: 12px;
}

#container {
background-color: #FFFFFF;
width: 750px;
margin: 0 auto;
padding: 40px 50px 40px 50px;
}
#logo {
width: 332px;
height: 57px;
clear: both;
background: url(http://www.kdwebserver.co.uk/generalfiles/img/logo-kdweb.gif) no-repeat;
}

p {
float: left;
padding: 30px 50px 30px 50px;
font-size: 13px;
}

ul {
float: left;
padding: 0px 0px 0px 50px;
}
ul li {
list-style-type: none;
background: url(http://www.kdwebserver.co.uk/generalfiles/img/bullet-point.gif) no-repeat left center;
padding: 0px 0px 0px 10px;
color: #54577a;
font-size: 13px;
font-weight: normal;
}

#mainImage {
width: 285px;
height: 200px;
float: right;
padding: 30px 60px 0px 0px;
background: url(http://www.kdwebserver.co.uk/generalfiles/img/image-www-world.jpg) no-repeat bottom left;
}

.clearer {
clear: both;
}

a.enterBut, a.enterBut:visited {
width: 72px;
height: 27px;
background: url(http://www.kdwebserver.co.uk/generalfiles/img/button-enter.gif) no-repeat;
float: left;
clear: left;
margin: 40px 0px 0px 60px;
}
a.enterBut:hover {

}

a, a:visited {
color: #535774;
text-decoration: underline;
}
a:hover {
text-decoration: none;
}

.bigBlueText {
color: #014053;
font-weight: bold;
font-size: 16px;
}