@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #dcc3a6;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image:url(../images/back.gif);
	background-repeat:repeat-x;
	background-attachment:fixed;
	
}
#band{
	position:relative;
	left:330px;
	top:-70px;
	width:200px;
	height:80px;
}
a{
	color:#303;
	text-decoration:none;
}
a:hover{
	color:#633;
}
.oneColFixCtr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#content{
	padding-left:75px;
	padding-top:0;
	padding-right:50px;
	padding-bottom:0;
	font-size:12px;
	color:#630;
}

#head{
	background-image:url(../images/phpheadf.png);
	background-repeat:no-repeat;
	background-position:center top;
	height:151px;
}
#midl{
	background-image:url(../images/phpheadfm.png);
	background-repeat:repeat-y;
}
#btom{
	background-image:url(../images/phpheadfmb.png);
	background-repeat:no-repeat;
	height:16px;
}
#divlink{
	font-size:10px;
	font-weight:700;
	color:#300;
	text-align:center;
	margin-top:50px;
}
img{
	border:0px;
}
#content .tebak{
	font-size:24px;
	color:#C30;
	font-weight:900;
}
#content #textera{
	background-image:url(../images/texbak.jpg);
	background-repeat:repeat;
	color:#033;
	font-weight:800;
}
