/*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;
}

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

#beatles {

  width: 150px;
  height: 700px;
  background: transparent url(../img/beatles.jpg) no-repeat left center;
  position: absolute;
  left: 0px;
  top: 1400px;
}
/*main container*/
#mc {
  margin: 60px;
  min-width: 1024px;
}

#archive {
  width: 800px;
}

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

.left-margin {

  margin-left: 80px;
}

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

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

.clear {
  clear: both;
}

