body {
padding:0;
margin:0px auto 0px auto;
font: 90% georgia;
background-color:#FFFFFF;
text-align:center;
width: 900px;
}

#top {
width: 100%;
height: 7em;
margin: 0;
padding: 0;
position: relative;
text-align: left;

border: 0px solid red;
}

#breadcrumb{
position: relative;
margin: 0px auto 0px auto;
background-color: #ffffff;
color:rgb(51,51,51);
width: 100%;
overflow: auto;

-moz-border-radius-topleft: 3ex;
-moz-border-radius-topright: 3ex;
-webkit-border-top-left-radius: 3ex;
-webkit-border-top-right-radius: 3ex;
border-top-left-radius: 3ex;
border-top-right-radius: 3ex;

border-left: 3px solid #0060A9;
border-top: 3px solid #0060A9;
border-right: 3px solid #0060A9;

height: 30px;
}

#main {
margin: 0px auto 0px auto;
text-align: center;
background-color: #ffffff;
color:rgb(51,51,51);
width: 100%;

border-top: 1px dashed #0060A9;
border-left: 3px solid #0060A9;
border-right: 3px solid #0060A9;
border-bottom: 3px solid #0060A9;
overflow: hidden;

-moz-border-radius-bottomleft: 3ex;
-moz-border-radius-bottomright: 3ex;
-webkit-border-bottom-left-radius: 3ex;
-webkit-border-bottom-right-radius: 3ex;
border-bottom-left-radius: 3ex;
border-bottom-right-radius: 3ex;

position: relative;

height: 400px;
min-height: 400px;
height: auto;
margin: 0px 0px 0px 0px;
padding: 0px 0px 40px 0px;
}

#erroricon{
position: absolute;
top: 50px;
left: 100px;
}

#errormessage{
position: relative;
left: 10em;
width: 500px;
margin: 0 0 3.5em 0;
text-align: left;
}

#errormessage h1{
font: 110%;
margin: 5px 0;
}

#welcome {
text-align: center;
margin: 40px auto 30px auto;
width: 700px;       
}

#bottom {
clear:both;
overflow: auto;
position: relative;
}

div.version {
position: absolute;
right: 0px;
top: 0px;
width: 250px;
font-size: 8px;
}
