/* reset */

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:top;
}

:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
	font-size:62.5%;
}
ol, ul {
	list-style: none;
}

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: "" "";
}


/* /reset */

body {
background-color: #000;

}

#wrapper {
width: 960px;
height: 640px;
margin: 0px auto 15px auto;
background-color: #000;
background-image: url(../images/avatarbg.jpg);
background-repeat: no-repeat;
background-position: top center;
}

#avatarday {
width: 330px;
position: relative;
top: 325px;
left: 495px;
color: #fff;
font-family: arial, helvetica, sans-serif;
font-size: 1.6em;
text-align: center;
}

#footerlinks {
width: 695px;
padding: 0px 0px 0px 45px;
margin: 0 auto;
text-align: center;
font-size: 1em;
font-family: trebuchet ms, arial, helvetica, sans-serif;
background-image: url(../images/20thcenturyfoxlogo.gif);
background-repeat: no-repeat;
background-position: top left;
color: #3e3e3e;
line-height: 1.3em;
}

	#footerlinks a:link, #footerlinks a:active, #footerlinks a:visited {
	color: #676767;
	}

#menu a:link, #menu a:active, #menu a:visited {
	color: #676767;
	}

