body

{
background-image: url('../img/bg.jpg');
background-repeat: repeat;
}

.background 
{
	width: 800px;
	height: 600px;
	margin-left: 90px;
	background-image: url('../img/bgchicks.jpg');
	background-repeat: no-repeat;
	border: 1px dotted #000000;
	/*background: #ffcc00;*/
}

.background2 
{
	width: 800px;
	height: 750px;
	margin-left: 90px;
	background-color: #610102;
	border: 1px dotted #000000;
	
}

h1
{	
	font-size: 12px;
	font-family: verdana;
	color: #fff;
	margin-left: 100px;
}
h2
{	
	font-size: 10px;
	font-family: verdana;
	color: #c3c3c3;
	margin-left: 120px;
}

.adv
{
	margin-right: 10px;
	float: right; 
	margin-top: 10px;
}
.frame
{
	margin-top: 125px;
	float: left;
}

.frame2
{
	margin-top: 0px;
	float: left;
}
#advert
{
	text-align:center;
	float: right;
	background-color: #93A9BF;
	width: 340px;
	height: 400px;
	border: solid #000000 2px;
	padding: 7px;
	z-index: 1;
	position: absolute;
	right: 50px;
	top: 100px;
	font-size: 12px;
	font-family: verdana;
	color: #000;
	margin-left: 100px;
	
}
#right
{
	text-align: right;
	
}
#iframe
{
	border: solid 0px #000000;
	float: right;
	margin-right: 5px;
	margin-top: 20px;
	height: 400px;
	width: 180px;
	background: #610102;
	text-align: center;
	font-family: arial;
	color: #ffffff;
	font-size: 11px;
	
	
}

a:link {
	font-family: verdana;
	font-size: 10px;
	text-decoration: none;
	color: #fff;
}
a:visited {
	font-family: verdana;
	font-size: 10px;
	text-decoration: none;
	color: #fff;
}
a:hover {
	font-family: verdana;
	font-size: 10px;
	text-decoration: underline;
	color: #fff;
}
a:active {
	font-family: verdana;
	font-size: 10px;
	text-decoration: none;
	color: #fff;
}

