html, body {
	margin:0;
	padding:0;
}
body{
	text-align: center;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
	color: #444;
	font-size: 75%;
	
	
	
	/* fallback */
	background-color: #F0F; 
	/*background: url(images/linear_bg_2.png); 
	background-repeat: repeat-x; */
	/* Safari 4-5, Chrome 1-9 */ 
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#eb0d8c), to( #fff)); 
	/* Safari 5.1, Chrome 10+ */ 
	background: -webkit-linear-gradient(top, #eb0d8c, #fff); 
	/* Firefox 3.6+ */ 
	background: -moz-linear-gradient(top, #eb0d8c, #FFF); 
	/* IE 10 */ 
	background: -ms-linear-gradient(top, #eb0d8c, #FFF); 
	/* Opera 11.10+ */ 
	background: -o-linear-gradient(top, #eb0d8c, #FFF);
	background-repeat:repeat-x;
}
a{
	color: #eb0d8c;
	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: #F0F;
	
}
h2 {
	font-size:1.5em;
	font-weight:normal;
	color: #eb0d8c;
	}
	
/*.alignright {
	float: right;	
	margin-bottom:5px;
}*/
	
	
pre {
	font-size: 1.2em;
	line-height: 1.2em;
	overflow-x: auto;
}
div#page {
	width: 1200px;
	background-color: #fff;
	margin: 0 auto;
	text-align: left;
	border-color: #d0f417;
	border-style: none solid solid;
	border-width:2px;
	
  
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;  
  border-radius: 10px 10px 10px 10px;
	
	
}
div#container {
	padding: 20px;
}
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;
}
