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

body {
	background-color: #000;
	margin: 0;
}

#container {
	margin-right: auto;
	margin-left: auto;
	width: 850px;
	height: 500px;
}

#leftside {
	width: 286px;
	height: 500px;
	background: url(images/home/home_1.jpg) top left no-repeat;
	float: left;
}

#leftside  #ectorbutton {
	width: 82px;
	height: 500px;
	background: url(images/home/home_2.jpg) top no-repeat;
	float: right;
	font-size: 1px;
	text-indent: -999em;
}

#leftside  #ectorbutton:hover {
	width: 82px;
	height: 500px;
	background: url(images/home/home_2_r.jpg) top no-repeat;
	float: right;
	font-size: 1px;
	text-indent: -999em;
}

#rightside {
	width: 280px;
	height: 500px;
	background: url(images/home/home_4.jpg) no-repeat;
	float: right;
}


#center {
	width: 284px;
	height: 500px;
	background: url(images/home/home_3.jpg) no-repeat;
	float: left;
}


#center .me {
	background-image: url(images/home/home_5.jpg);
	width: 144px;
	height: 164px;
	margin: 151px 0 0 0;
	float: left;
	font-size: 1px;
	text-indent: -999em;
}

#center .me:hover {
	background-image: url(images/home/home_5_r.jpg);
	width: 144px;
	height: 164px;
	margin: 151px 0 0 0;
	float: left;
	font-size: 1px;
	text-indent: -999em;
}


#center .graphic {
	background-image: url(images/home/home_6.jpg);
	width: 140px;
	height: 128px;
	margin: 151px 0 0 0;
	float: right;
	font-size: 1px;
	text-indent: -999em;
}

#center .graphic:hover {
	background-image: url(images/home/home_6_r.jpg);
	width: 140px;
	height: 128px;
	margin: 151px 0 0 0;
	float: right;
	font-size: 1px;
	text-indent: -999em;
}

#center .web {
	background-image: url(images/home/home_7.jpg);
	width: 140px;
	height: 96px;
	clear: right;
	float: right;
	font-size: 1px;
	text-indent: -999em;
}

#center .web:hover {
	background-image: url(images/home/home_7_r.jpg);
	width: 140px;
	height: 96px;
	clear: right;
	float: right;
	font-size: 1px;
	text-indent: -999em;
}

#center .guerrilla {
	background-image: url(images/home/home_8.jpg);
	width: 144px;
	height: 185px;
	clear: left;
	float: left;
	font-size: 1px;
	text-indent: -999em;
}

#center .guerrilla:hover {
	background-image: url(images/home/home_8_r.jpg);
	width: 144px;
	height: 185px;
	clear: left;
	float: left;
	font-size: 1px;
	text-indent: -999em;
}


#center span span {
	background: url(images/home/home_9.jpg) no-repeat;
	width: 140px;
	height: 125px;
	float: right;
}

#declaration {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	color: #555;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: inherit;
	font-size: 9px;
	font-weight: normal;
	font-style: italic;
	letter-spacing: inherit;
	text-align: center;
}
