html,body{height:100%}
img {border:none}

#container { 
       width: 900px;
       margin: 0 auto;
       text-align: left;
min-height:100%;
position:relative;
background:url("wp/wp-content/themes/real-estate-blog/images/rap-background.jpg") repeat-y;
       }
*html #container{height:100%}
body > #container{height:auto}

#contents{
padding:0 0 50px 10px;
width:890px;
margin:0 auto;
background-color:white;
background:url("wp/wp-content/themes/real-estate-blog/images/rap-background.jpg") repeat-y;
}

a {
    color: #282828;
}

a:visited {
            color: #282828;
            text-decoration: underline;
}

a:hover {
	color: #282828;
}


body {
       background: #ffff99 url("wp/wp-content/themes/real-estate-blog/images/background.jpg") repeat-x top;
       color: #282828;
font-size:13px;
       margin: 0 auto;
       padding: 0;
       text-align: center;
       line-height: 14px;
       }

h2 {
     font-size: 16px;
     padding: 4px 0 0 0;
     color:#F4A804;
}
a.title{color:#5FB530;text-decoration:none}
a.title:visited{color:#5FB530;text-decoration:none}
a.title:hover{color:#F4A804;text-decoration:underline}


#header {
          font-size: 28px;
          font-weight: bold;
	  text-decoration:none;
          font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
          margin: 0 auto;
          height: 300px;
          width: 900px;
          background: url(wp/wp-content/themes/real-estate-blog/images/header.jpg);
          }

#footer { 
position:absolute;
bottom:0;
          width: 900px;
          height: 63px;
          margin: 0 auto;
          color: #282828;
          background: url("wp/wp-content/themes/real-estate-blog/images/footer.jpg") no-repeat;
          font-size: 11px;
          font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
          }

#footer p {
                          color: #282828;
                          text-decoration: none;
                          padding-top: 9px;
                          text-align: center;
                          }


