body {
  width: 700px ;
  margin-left: auto ;
  margin-right: auto ;	
}
.splash {
    height:400px;
    width:600px;
    background: #FFF url('/images/splash.jpg') no-repeat center;
    z-index:1;
}
.splash_links{
    z-index:2;
    position:relative;
    top:225px;
    left:300px;
}

a {
    color: #000000;
    border: none;
}

.buggie {
    height:50px;
    border: none;
}
.splash_links {
    float:left;
}

.buggie-img {
    float:left;
    width:50px;
}

.bug-links{
    height:125px;
    float:left;
    vertical-align:bottom;
    list-style-type:none;
    margin:0;
    padding:10px 0px 0px 0px
}

.copy {
    color:#ADADAD;
}
