html, body {
	height: 100%;
}

body {
	font: 11px/1.6 Arial, sans-serif;
	background: #78b2e5 url(images/bg2.gif) top center no-repeat fixed;
	color: #444;
	overflow: -moz-scrollbars-vertical;
}

body, h1, h3, p {
	padding: 0;
	margin: 0;
}


strong {
	color: #FF9A01;
}

em {
	font-style: normal;
	color: #769531;
}

#container {
	background: url(images/container.png) top center repeat-y !important;
	background: url(images/container.gif) top center repeat-y; /*stoopid ie*/
	width: 700px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%; /*stoopid ie*/
}

#header {
	height: 91px; 
	width: 700px;
	margin-bottom: 0 !important;
	background: url(images/header.png) top right no-repeat !important;
	background: url(images/header.gif) top right no-repeat; /*stoopid ie*/
}


#header h1 span, #footer span {
	display: none;
}

#content, #ads {
	width: 615px;
	padding-left: 40px;
}

h3 {
	padding: 3px 10px;
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	color: #222;
	background: #98bc48;
	cursor: pointer;
}


ol {
	margin: 0;
	padding: 0 0px 0px 0px;
}



h3 a:hover, h3 a:active {
	color: #222;
}

h3.news, h3.mootools {
	background: #eee;
}
h3.iletisim, h3.prototype {
	background: #b7d8ed;
}

h3.gethelp, h3.prototype {
	background: #b8b8b8;
}

p {
	padding: 0px 0px;
	color: #444;
	background: #fff;
}

#ads {
	padding-bottom: 20px;
}

#ads h3 {
	background-color: #eee;
}

#ads h3 a {
	text-decoration: none;
	color: #5275b4;
}

div.ads {
	width: 614px;
	padding: 0px;
}
