body {
background:#b3ccea url(bg.jpg) top repeat-x;
padding:0 0 0 0;
margin:0 0 0 0;
color:#A9C6E6;
}


#div {
  position:absolute;
  height:430px; 
  width:100%;
  margin:-260px 0px 0px 0px;
  top: 50%; 
  text-align: center;
  padding:0;
  background-color:white;
}
#top, #bot {
background:#6D87A9 url(barrebg.png) center repeat-x;
height:43px;
width:100%;
font-family:AppleGothic, Verdana;
font-variant:small-caps;
font-weight:500;
font-size:1em;
padding-top:7px;
}
#mid {
background:white url(hello.jpg) center no-repeat;
margin:0 auto;
height:430px;
width:100%;
padding:0;
}
#credit {
color:white;
padding-top:0.5em;
font-family:"Lucida Grande", Verdana;
font-size:0.7em;
}
#credit a {
border-bottom:1px solid #d7e4f2;
color:white;
}
#credit a:hover {
border-bottom:1px solid white;
}
p {
padding:0 0 0 0;
vertical-align:middle;
margin:0 0 0 0;
}

a{
color:#A6C5E4;
text-decoration:none;
}
a:visited{
color:#A6C5E4;
}
a:hover{/* rose : DBB8DC */
color:#DBB8DC;
}

