body {
	background: #000000 url(../images/body4.jpg) no-repeat 50% 0;
	margin: 0 0 0 0;
}

div.container{
	margin-left : auto;
	margin-right : auto;

	width: 950px;
	height: 650px;
	background: black;
}


div.header{
	margin: 0 auto;
	position: relative;
	width: 950px;
}

div.footer {
	margin: 0 auto;
	position: absolute;
	width: 950px;
}

div.strip {
	width: 950px;
	height: 256px;
	position: absolute;
	margin: 0 auto;
	z-index: 100;
}

div.sample {
	background: url(http://www.cubethemoment.com/images/random_image.asp) black no-repeat;
	width: 950px;
	height: 256px;
	position: relative;
	margin: 0 auto;
	z-index: 99;
}

div.tab {
	background: url(../images/tab.png) no-repeat; 
	width: 106px; 
	height: 41px; 
	display: inline; 
}

.home_text {
	color: white; 
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; 
	font-size: 10pt; 
	text-align: left; 
	padding: 50px 18px 18px 18px;
}

.subpage_padding {
	padding: 10px 18px 18px 18px;
}

.subpage_text {
	text-align: left; 
	color: white; 
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; 
	font-size: 10pt; 
}


#social{
  background-color:black; 
  margin:0 auto;
  width:950px;
  height:30px;
  color:white;
  text-align:right;
}

#social #icons{
  float:right;
  display:inline;
  margin:6px 27px 6px 6px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 10pt;
}

#social #icons a{
  display:block;
  float:left;
  margin-left:5px;
}

#social #icons div{
  float:left;
}

#social #icons #facebook{
  width:25px;height:25px;
  background: url(../images/icons/facebook.png) 0 0 no-repeat; 
}

#social #icons #twitter{
  width:25px;height:25px;
  background: url(../images/icons/twitter.png) 0 0 no-repeat; 
}

#social #icons #yelp{
  width:25px;height:25px;
  background: url(../images/icons/yelp.png) 0 0 no-repeat; 
}


#copy{
  background-color:black; 
  margin:0 auto;
  width:950px;
  height:50px;
  text-align:left;
  color: white; 
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; 
  font-size: 9pt; 
}

#menu {
  height: 61px;
}

a:link {color:white; text-decoration: underline;}      /* unvisited link */
a:visited {color:white; text-decoration: underline;}  /* visited link */
a:hover {color:white; text-decoration: none;}  /* mouse over link */
a:active {color:white; text-decoration: underline;}  /* selected link */
