/* default css */

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

body {
	margin: 0;
	padding: 0;
	font: 62.5%/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 */

#container {
  width: 960px;
  margin: 0 auto;
}

#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: 0;
  right: 0;
  z-index: 1000;
}

#sixties a:hover {
  background-position: 0 -88px;
}