body {
    color:white;
    font-family: Arial, Helvetica, sans-serif;
    background: #aaaaaa url('images/bodyGrad.png') repeat-x;
}

a img {
    border: 0;
}

a {
    text-decoration: none;
    color: #de427b;
}

#wrapper {
    width:915px;
    margin-left:auto;
    margin-right:auto;
}

#header {
    width:915px;
    height:80px;
    background: url('images/header.png') no-repeat;
}

#content {
    padding-top:373px;
    width: 100%;
    background-position: 0px 0px;
}

#innerCont {
    

}

#topCont {
    background:url('images/Chops_01.png');
}

#lowerCont {
    background:url('images/Chops_02.png')repeat-y;
    padding-top:20px;
}

#footer {
    height:69px;
    width:100%;
     background: url('images/Chops_03.png') no-repeat;
     margin-top:-20px;
}

#intro {
    padding: 0px 20px 0px 20px;
    width: 350px;
    font-weight: bold;
}

#topOne {
        background: #a3a3a3 url('images/atom.png') no-repeat;
    background-position: top right;
    margin-top:-373px;
}

#twobytwotext {
    margin:0;
}

.contentItem {
    border:2px solid #8f8f8f;
    background:#a3a3a3;
    padding-top:10px;
    margin-left: 60px;
    margin-right: 75px;
}

.lowerContent {
    margin-bottom:20px;
}

.contentText {
    width: 340px;
    float: right;
    padding: 70px 20px 10px 20px;
}

#twobytwoText {
    background: url('images/twobytwoText.png')no-repeat;
    background-position:top;

}

#catbotText {
    background: url('images/catbotLogo.png')no-repeat;
    background-position:top;
}

#toptweetsText {
    background: url('images/toptweetsText.png')no-repeat;
    background-position:top;
}

img#catbotImage {
    margin-top:20px;
}

.playLink {
    color: red;
    font-size: 120%;
    font-weight: bold;
    text-align: center;
}

.clear {
    clear:both;
}