html, body {
	margin:0;
	padding:0;
}
body{
	text-align: center;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
	background-color: #000;
	color: #444;
	font-size: 75%;
}
a{
	color: #27D;
	text-decoration: none;
}
a:focus, a:hover, a:active {
	text-decoration: underline;
}
p, li {
	line-height: 1.8em;
}
h1, h2 {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	margin: 0 0 10px 0;
	letter-spacing:-1px;
}
h1 {
	padding: 0;
	font-size: 3em;
	color: #333;
}
h2 {
	padding-top: 10px;
	font-size:25px;
	color: #006;
}
pre {
	font-size: 1.2em;
	line-height: 1.2em;
	overflow-x: auto;
}
div#page {
	width: 1024px;
	background-image: url(../images/bg.jpg);
	background-repeat:repeat;
	margin: 0 auto;
	text-align: left;
	border-color: #ddd;
	border-style: none solid solid;
	border-width: medium 0px 0px;
	min-height:1170px;
	max-height:100%;
	
	
}
div#container {
	padding: 10px;
}
div#ads {
	clear: both;
	padding: 12px 0 12px 66px;
}
div#footer {
	clear: both;
	color: #777;
	margin: 0 auto;
	padding: 20px 0 40px;
	text-align: center;
}
.img{
	border:none;
	max-height:100%;
	max-width:100%;
	}

.divmain1{
		font-size:12px;
		font-weight:bold;
		color:#03F;
		width:300px;
		
		}

.divmain2{
		font-size:12px;
		font-weight:bold;
		color:#03F;
		width:400px;
		min-height:550px;
		background:#CCC;
		height:auto !important;
 		overflow:hidden;
		position:relative;
		top:-660px;
		left:6px;
		
		}
.p_cursor{
		
		cursor:pointer;
	
			}
