/* CSS Document */

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

html {
height:100%;
}

body {
height:100%;
width:100%;
background-color:#333;
background-image:url(../background/grey.jpg);
background-position:top center;
background-repeat:repeat-x;
background-attachment:scroll;
text-align:center;
color:#fff;
font-family:verdana, arial, helvetica, sans-serif;
font-weight:normal;
font-size:11px;
line-height:16px;
}

#container {
position:relative;
margin:0px auto;
min-height:100%;
width:940px;
text-align:center;
}

#logo {
position:absolute;
top:250px; left:220px;
height:200px;
width:700px;
text-align:left;
/*background-image:url(../background/logo.png);
background-position:left center;
background-repeat:no-repeat;*/
}

#picbox {
position:absolute;
top:200px; left:370px;
text-align:center;
width:470px; height:320px;
background-image:url(../background/intro-box.png);
background-position:center;
background-repeat:no-repeat;
}

#windrad {
position:absolute;
top:525px;
left:740px;
height:190px;
width:70px;
/*background-image:url(../background/windmill_link.png);
background-position:center;
background-repeat:no-repeat;*/
}
