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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ol,
ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
    font-family: verdana, sans-serif;
    margin: 0;
    padding: 0;
    font-size: 62.5%;
    line-height: 1;
    color: #FFF;
    background: #000;
}

/* Content
--------------------------------------------------------------------------- */

#content {
    position: absolute;
    width: 440px;
    top: 50%;
    left: 50%;
    margin: -145px 0 0 -200px;
    text-align: center;
}

/* Logo */

#content #logo {
    display: block;
    width: 302px;
    height: 78px;
    margin: 0 auto 40px auto;
    background: #000 url(../images/logo.png) center center no-repeat;
    text-indent: -10000px;
}

/* Navigation */

#content #navigation {
    margin-bottom: 40px;
}

#content #navigation a {
    display: block;
    width: 440px;
    height: 40px;
    background-position: center top;
    background-repeat: no-repeat;
    text-indent: -10000px;
}

#content #navigation #vimeo {
    background-image: url(../images/vimeo.png);
}

#content #navigation #flickr {
    background-image: url(../images/flickr.png);
}

#content #navigation #blog {
    background-image: url(../images/blog.png);
}

#content #navigation #dvd {
	background-image: url(../images/dvd.png);
	
	
}

#content #navigation a:hover {
    background-position: center -40px;
}

/* Footer */

#content #footer {
    display: block;
    width: 206px;
    height: 12px;
    margin: 0 auto;
    background: #000 url(../images/footer.png) center center no-repeat;
    text-indent: -10000px;
}

/* Cleafix
--------------------------------------------------------------------------- */

.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clear {
    display: inline-block;
}

/* Hide from IE Mac \*/
.clear {
    display: block;
}
/* End hide from IE Mac */


