@import url('reset.css');
body{
	background: url(../../images/Rainbow/bg.jpg);
	color:#fff;
	font-family: 'PT Sans Narrow', Arial, sans-serif;
	font-size:12px;
}
a{
	color:#000;
	text-decoration:none;
}
.clr{
	clear:both;
}
.container {
	width:100%;
	position:relative;
	z-index:100;
	margin:140px 0 0 0;
}
.content {
	width:1000px;
	margin:0 auto;
}
h1{
	margin:10px 0 0px 20px;
	font-size:34px;
	color:#000;
	text-shadow:1px 1px 1px f7f7f7;
	text-transform:uppercase;
}
h1 span{
	font-size:18px;
	text-transform:none;
}