body, h1, h2, h3, p, a, ul, li, img, form, label, input, select {
	margin: 0px;
	padding: 0px;
}
body {
	background: #000000 url(./images/hold.jpg) no-repeat center top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}

#container {
	width: 960px;
	margin: 0 auto;
}

img {
	border: none;
}
					
/*-----CONTENT-----*/

#content {
	width: 940px;
	height: 700px;
	background: transparent;
	padding: 60px 10px 0 10px;
}
#content h1{
	text-indent: -9999px;
}
#content h2{
	text-indent: -9999px;
}

/*-----FOOTER-----*/

#footer {
	/*border-top: solid 1px #CCCCFF;*/
	background: transparent;
	height: 130px;
	clear: both;
}
.long ul {
	float:left;
}
.long li {
	display:inline;
	margin-left:5px;
}
#footer a {
	margin-right:5px;
	color:#000000;
	font-size:11px;
}
#footer p {
	float:right;
}
#footer p a {
	margin:0px;
	font-weight:bold;
}
.footer_column {
	float:right;
	width:150px;
	margin: 0px 30px 0 0;
}
#footer .long {
	width:550px;
}
#footer h3 {
	color:#e2dddc;
	text-transform:uppercase;
	font-size:10px;
}
.footer_column ul li, .footer_column ul {
	list-style:none;
	margin:0px;
	padding:0px;
}

/*-----SOCIAL NETWORKING-----*/

ul#social{
	display: block;
	height: 65px;
	margin: 0 0 0 5px;
}

ul#social li {
	float: left;
	margin: 0 0px 0 0;
	list-style-type: none;
}
	
ul#social li a{
	display: block;
	height: 65px;
	background: url(./images/social.png) no-repeat;
	text-indent: -30000px;
}

ul#social li#face a{
	width: 128px;
	background-position: 0 0;
}

ul#social li#face a:hover, ul#social li#face a.ON{
	background-position: 0 -65px;
}

ul#social li#twit a{
	width: 128px;
	background-position: -128px 0;
}

ul#social li#twit a:hover, ul#social li#twit a.ON{
	background-position: -128px -65px;
}

ul#social li#myspace a{
	width: 128px;
	background-position: -256px 0;
}

ul#social li#myspace a:hover, ul#social li#myspace a.ON{
	background-position: -256px -65px;
}

ul#social li#youtube a{
	width: 128px;
	background-position: -384px 0;
}

ul#social li#youtube a:hover, ul#social li#youtube a.ON{
	background-position: -384px -65px;
}