/* reset some stuff */
h1,h2,hr,ul,ins{margin:0px;padding:0px;border: 0px;text-decoration:none;}

html { overflow-y: scroll; }

/* body stuff */
body {
background-color: #F3F3F3;
background-repeat: repeat-x;
font-family: 'Helvetica Neue',Helvetica,'Lucida Grande',Arial,Verdana,Sans-Serif;
color: #333;
cursor: default;
}

/* set some wrapper values */
#wrapper{
width: 900px;
margin: 0 auto 0 auto;
}

/* stuff */
#headnote{
width: 900px;
padding: 30px 0px 30px 0px;
float: middle;
text-align:center;
}

/* set a nice big heading */
#headnote h1{
color: #444;
font-size: 36px;
font-weight: 100;
}

/* a little smaller text */
#headnote h2{
font-size: 18px;
font-weight: 50;
margin-top: -5px;
color: #9F14AC;
}

#navbar {
float: middle;
background-color: #F3F3F3;
}

a:link {
	color: #000000;                                                                 
	text-decoration:none;
	font-size: 10px;
}

a:visited {
	color: #000000;                                                                 
	text-decoration:none;
	font-size: 10px;
}

a:hover {
	color: #000000;                                                                 
	text-decoration:none;
	font-size: 10px;
}

a:active {
	color: #000000;                                                                 
	text-decoration:none;
	font-size: 10px;
}
#likeBox {
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	border-radius: 10px;
    padding: 10px;
	color: #FFF;
	width: 350px;
	height: 13px;
	opacity: 0.7;
    filter: alpha(opacity=70);
	font-size: 12px;
	z-index: 9999;
}