/* CSS Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


html {
  background: #909090;
}

body {
  color: #363636;
  text-transform: uppercase;
  font-size: 12px;
  font-family: "Lucida Grande", Verdana, Arial, sans-serif;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
}

#content {
  background: url(../img/Factory80s-BOBbday.jpg) no-repeat center center;
  height: 850px;
  width: 850px;
  margin: 40px auto;
  position: relative;
}

#contactwrap ul#contactsocialmedia {
width: 225px;
height: 25px;
margin: 40px auto;
}

ul#contactsocialmedia li {
width: 25px;
float: left;
margin: 0 0 0 25px;
}

ul#contactsocialmedia li a {
height: 25px;
display: block;
position: relative;
}

ul#contactsocialmedia li.twitterlrg {
background: url(../img/sm-twitter.png) no-repeat;
}

ul#contactsocialmedia li.facebooklrg {
background: url(../img/sm-facebook-blk.png) no-repeat;
}

ul#contactsocialmedia li.soundcloudlrg {
background: url(../img/sm-soundcloud.png) no-repeat;
}

ul#contactsocialmedia li.youtubelrg {
background: url(../img/sm-instagram.png) no-repeat;
}

#contactwrap a#ebaylnk {
width: 200px;
height: 133px;
margin: -40px auto 20px auto;
border: 1px solid red;
display: block;
border: 0;
}


#footer {
  background: none repeat scroll 0 0 #d6d6d6;
  width: 500px;
  height: 100px;
  margin: 0 auto;
  padding-bottom: 20px;
  position: relative;
}

#date_checker {
  height: 125px;
  margin: 0 auto;
  padding: 0 auto;
  width: 390px;
}

#title_date {
  font-weight: bold;
  color: #575757;
  text-transform: uppercase;
  font-size: 16px;
  font-family: "Lucida Grande", Verdana, Arial, sans-serif;
  margin: 0 0 6px 0;
  padding: 20px 0 0 0;
}



