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

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

#sixties {
    width: 742px;
    height: 100px;
}

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

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