@charset "iso-8859-1";
/* CSS Document */

body {
	margin:0 auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

img {
	border:none;
}

a span { display:none; }
a:focus {-moz-outline-style:none; border:0px;}

#header {
	background:#000;
	border-top:3px #FFF solid;
}
#header-content {
	width:940px;
	margin:0 auto;
	padding:22px 0px 22px 0px;
}

#main {
	/**background:#cc3333;/**/
	border-bottom:3px #000 solid;
}
#main-content {
	width:940px;
	margin:0 auto;
}
#main-img {
	background:url(images/main.jpg);
	display:block;
	width:940px;
	height:313px;
}

#menu {
	/**/margin:-3px auto;/**/
	background:#000;
	height:65px;
}
#menu-content {
	width:940px;
	margin:0 auto;
}
#menu a {
	display:block;
	float:left;
	width:140px;
	height:80px;
	background-position:-140px;
	text-decoration:none;
	border:0px;
}
#menu a:hover {
	background-position:-280px;
}
#menu .selected {
	background-position:0px;
}
#menu .selected:hover {
	background-position:0px;
}
#btn0 {
	background:url(images/btn_SantaClausOSC.png);
}
#btn1 {
	background:url(images/btn_perspico_xmas.png);
}
#btn2 {
	background:url(images/btn_perspico.png);
}
#btn3 {
	background:url(images/btn_iShakeMyBoobs.png);
}
#btn4 {
	background:url(images/btn_contact.png);
}
#btn5 {
	background:url(images/btn_jobs.png);
}

#content {
	width:940px;
	margin:0 auto;
}

#follow {
	font-size:9px;
	margin-top:-55px;
	color:#333;
}
#follow a {
	color:#999;
	text-decoration:none;
}
#follow a:hover {
	color:#FFF;
	text-decoration:underline;
}

#footer {
	position:absolute;
	clear:both;
	bottom:0;
	width:100%;
}
#footer-content {
	width:940px;
	margin:0 auto;
}