body{
	font-family: Verdana, Geneva, sans-serif;
	margin: 0;
	padding: 10px;
}

#wrapper {
	width: 974px;
	margin: 0 auto;
	border: 1px solid;
}

#topheader {
	width: 974px;
	height: 160px;
}

#header {
	width: 974px;
	height: 119px;
	
}

/* menu::base */
#menu {
	width: 974px;
    height:41px;
    background:url(images/main-bg.png) repeat-x;
}

#menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#menu ul.menu {
    padding-left: 10px;
}

#menu li {
    margin: 0;
    padding: 0 10px 0 10px;
    display: block;
    float: left;
}

#menu a {
    position: relative;
    height: 41px;
    display: block;
    line-height: 37px;
    text-decoration: none;
}

#menu a:hover { color: rgb(218,219,222);
}

#content {
	width: 974px;
	height: 574px;
	text-align: left;
	margin: 0 auto;
}

#sidebar {
	width: 310px;
	height: 574px;
	float: right;
	background: url(images/sidebar.png) repeat-y;
}

#posting {
	width: 660px;
	height: 574px;
}

#value {
	height: 88px;
	background: url(images/value.png) repeat-x;
}

#load {
	height: 486px;
}


.loader {
	width: 640px;
	height: 442px;
	overflow: auto;
}

#footer {
	clear: both;
	width: 974px;
	height: 105px;
	background: url(images/footer.png) repeat-x;
}

#footer p {
	margin: 0;
	padding: 0 0 10px;
	font-family: "Times New Roman", Times, serif;
	text-align: center;
}

#footer a {
	color: #222;
	text-decoration: none;
}

#footer a:hover {
	color: #66CCFF;
}

#antiiklan {
font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px;color: #ff0000;
                        width: 770px;
                        border-top: 1px solid gray;
                        border-left: 1px solid gray;
                        border-bottom: 1px solid gray;
                        border-right: 1px solid gray;
                        background-color: #FFFFFF;
                        margin-left: auto;
                        margin-right: auto;
                        padding: 12px;
}

div#click_me { background: url(./button1.png)  no-repeat; height:41px;width:113px;}
div#click_me:hover { background: url(./button2.png) }