/*-------------------------------------------
   LAYOUT
--------------------------------------------*/
#wrapper {
	width:960px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
body {
	background-color: #edf6fb;
	background-image: url(../img/backgr.jpg);
	background-repeat:  repeat-x;
	background-attachment: fixed;
}
#divider {
	display: block;
	width:960px;
	height: 100px;
	background-image: url(../img//divider.gif);
	text-indent: -9999px;
	float: left;
}

/*-------------------------------------------
   GLOBAL TXT
--------------------------------------------*/ 

p {
	font-size: 110px;
	color: #000000;
	letter-spacing: -7px;
	line-height: 30%;
}

.accent00 {
	font-weight: bold;
	color: #000000;
	letter-spacing: -6px;
}
.accent01 {
	font-weight: bold;
	color: #00B6F7;
	letter-spacing: -6px;
}
.accent02 {
	font-weight: bold;
	color: #99CC00;
}
.accent03 {
	font-weight: bold;
	color: #FF9900;
}
.accent04 {
	font-weight: bold;
	color: #FF66FF;
}
.copyright {
	font-size: smaller;
}
.footer {
	width:960px;
	height:195px;
	display: block;
	float: left;
	margin-bottom: 50px;
	margin-top: 50px;
}
.social {
	display: block;
	float: left;
	width:60px;
	height:100px;
	padding-top: 68px;
}
.logo {
	display: block;
	float: right;
	width:320px;
	height:195px;
}