/* default css */

* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	border: 0px solid;
}

body {
	margin: 0;
	padding: 0;
	font: 10px/1.5em Arial, Helvetica, sans-serif;
	color: #00;
	background: #FFF;
}

a:link img,
a:visited img {
	border: none;
	padding: 0;
}

embed,
object {
	display: block;
}

/* basic site typography */

a {
	outline: none;
	text-decoration: none;
}

a:hover {
}

p {
	margin: 0 0 1em 0;
}

li {
	list-style: none;
}

h1 {
}

h2 {
}

h3 {
}

/* layout */

#sixties,
#container {
  width: 980px;
  margin: 0 auto;
}

#sixties {
  position: relative;
  height: 100px;
}

#sixties a {
  background:  url(http://vancouverartinthesixties.com/images/site/60s-clear.png) no-repeat top left;
  height: 46px;
  width: 53px;
  margin-bottom: 20px;
  text-indent: -1000em;
      position: absolute;
  top: 30px;
  right: 20px;
  z-index: 1000;
}

#sixties a:hover {
  background-position: bottom left;
}