/*reset styles*/
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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/*general styles*/
body {
  background-color: #000;
  font-size: 20px;
  font-family: Arial, Helvetica, Garuda, sans-serif;
  line-height: 30px;
  color: #fff;
}

p {
  margin-bottom: 35px;
  text-align: justify;
}

a, a:hover, a:active {
  color: #fff;
  text-decoration: underline;
}

hr {
  border: 0;
  border-bottom: 2px solid #fff;
}

img {
  margin: 10px;
  display: block;
}

span {
  font-size: 14px;
  font-weight: bold;
}

table {
  font-size: 16px;
  margin: 0 auto;
}

td {
  padding: 5px;
  text-align: center;
}

td img {

  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

table a {
  color: #e52239;
}

table.archive_links {
  line-height: 1em;
}

#logo {
  display: block;
  height: 114px;
  width: 600px;
  background: transparent url(../img/logo.gif) no-repeat center center;
  text-indent: -3000px;
  margin-bottom: 35px;
}

#beatles_left, #beatles_right {
  width: 150px;
  height: 700px;
  position: absolute;
}
#beatles_left {
  background: transparent url(../img/beatles-l.gif) no-repeat left center;
  left: 0px;
  top: 1400px;
}
#beatles_right {
  background: transparent url(../img/beatles-r.jpg) no-repeat right center;
  right: 0px;
  top: 2200px;
  z-index: -1;
}

/*main container*/
#mc, #mc_home {
  margin: 30px 60px;
}
#mc_home {
  min-width: 1024px;
}


#archive {
  width: 800px;
}
#picture_frame {
  background: transparent url(../img/picture-frame.png) no-repeat center center;
  margin: -40px 0px 0px 50px;
  position: relative;
  left: 0px;
  top: 0px;
  z-index: 1;
  width: 392px;
  height: 290px;
}
.rot_pic {
  position: relative;
  left: -6px;
  top: -6px;
  width: 384px;
  height: 282px;
}

.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.left-margin {
  margin-left: 80px;
}

.right-margin {
  margin-right: 80px;
}

.right {
  float: right;
  margin-right: 0;
}

.left {
  float: left;
  margin-left: 0;
}

.clear {
  clear: both;
}
em {
  font-style:italic ;
  text-decoration: underline;
}

.art_links {
  color: yellow;
  text-transform: uppercase;
  width: 80%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.art_links a, .art_links a:hover, .art_links a:active {
  color: red;
  text-decoration: none;
}