body {
    font: 14pt Arial, sans-serif;
    color: #000000;
    margin: 0;
    padding: 0;
    background: rgb(189,189,189);
}

#content {
    width: 900px;
    margin: 0 auto;
    position: relative;
}
#footer {
    width: 800px;
    margin: 0 auto;
    text-align: center;
    padding-top: 15px;
    font: 12px Arial, sans-serif;
    color: #CCCCCC;
}
#footer a {
    color: #CCCCCC;
}
#header {
    color: #000000;
    position: relative;
    width: 100%;
    height: 180px;
    margin-top: 60px;
    background-color: rgb(222,222,222);
    -webkit-border-radius: 25px;
    -khtml-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}
#searchboxHolder {
	width: 285px;
    position: absolute;
    right: 15px;
    top:95px;
    padding: 10px 0;
    margin-top: -75px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
#searchbox {
	margin-left: 2px;
}
#domainname {
    color: rgb(0,0,0);
    background-color: rgb(254,225,1);
    font: 30px Arial, Sans-Serif;
    text-transform: capitalize;
    position: absolute;
    padding: 46px 15px;
    left: 40px;
    top: -15px;
    -webkit-border-top-left-radius: 25px;
    -webkit-border-top-right-radius: 25px;
    -moz-border-radius-topleft: 25px;
    -moz-border-radius-topright: 25px;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
}
#rsHolder {
    position: absolute;
    top: 110px;
    width: 100%;
    right: 0;
    background: #000 url(images/menu.png) repeat-x;
    height: 45px;
}
#main {
    width: 950px;
    min-height: 240px;
    padding-bottom: 15px;
}
#twoclick #tcHolder,
#oneclick #rsHolder2 {
    float: left;
    padding: 20px;
    margin-left: 0;
    width: 252px;
    height: 380px;
    background: #9f9f9f url('images/bgRelated.gif') no-repeat 20px 77px;
    -webkit-border-radius: 25px;
    -khtml-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}
#image {
    width: 588px;
    height: 420px;
    margin: 20px 0 0 312px;
    -webkit-border-radius: 25px;
    -khtml-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}
#links {
    margin: 20px 0 0 312px;
    width: 548px;
    min-height: 400px;
    padding: 29px 20px 20px;
    background: rgb(222,222,222);
    -webkit-border-radius: 25px;
    -khtml-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}

.norl #header {
    height:111px;
}

.norl #links {
    margin:20px auto;
}

#sale_link {
    width: 880px;
}
