@charset "utf-8";
/* CSS Document */

body	{
	background-color: #000;
	color: #9C0;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	background-repeat: no-repeat;
	background-image: url(../images/bg-img-groot.jpg);
}

h2	{
	color: #CC0;
	text-decoration: none;
}

*	{
	margin:0px;
	padding:0px;
	
}

.container	{
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: auto;
	height: 725px;
	background-repeat: no-repeat;
	padding-top: 35px;
	
}
.page	{
	width: 1200px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	height: auto;
	
}
textarea {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
	background-color: #050706;
	font-weight: normal;
	padding: 9px;
	border: 2px dashed #F06;
}
input {
	color: #F06;
	text-decoration: none;
	background-color: #333;
	background-image: url(../images/bg-img.jpg);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 120px;
	height: 40px;
}

.left_banner	{
	height: 550px;
	width: 250px;
	float: left;
	margin-right: 15px;
}
.joke	{
	float: left;
	height: auto;
	width: 550px;
}

.right_banner	{
	float: left;
	height: 550px;
	width: 250px;
	margin-left: 15px;
	
}
p a {
	color: #FFF;
	text-decoration: blink;
	font-size: 16px;
}
.right_banner p {
	font-size: 12px;
	text-decoration: none;
	color: #CCC;
	font-weight: bold;
}
