@charset "UTF-8";

/* ------------------------- Initial settings */

body{
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	background: #990000;
}

h1, h2, h3, h4, h5, ul, li, p{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

a, a:active, a:link, a:visited{
	color: #660000;
	text-decoration: none;
}

a:hover{
	color: #FFCC00;
	text-decoration: none;
}

a img{
	border: none;
}

hr, .nodisp{
	display: none;
}

.space{
	padding-top: 220px;
}


/* -------------------------- Divs */

#container{
	position: relative;
	display: block;
	width:400px;
	margin-left: 50px;
}

#top{
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	border-left: 1px solid #660000;
	height: 30px;
	width: auto;
}

#name{
	position: absolute;
	display: block;
	top: 100px;
	left: 0px;
	height: 20px;
	width: auto;
}

#name a{
	font-size: 10px;
	padding-left: 40px;
}

#message{
	display: block;
	position: absolute;
	top: 165px;
	left: 0px;
	background: url(../images/Happy_New_Year_2010.gif) no-repeat top left;
	width: 300px;
	height: 230px;
}

#divLinks{
	display: block;
	position: absolute;
	top: 465px;
	left: 0px;
}

#links{
	float: left;
}

#links li{
	display: block;
	height: 10px;
	text-indent: -9999px;
	margin-right: 14px;
	float: left;
}

#links li a{
	display: block;
	height: 15px;
	overflow: hidden;
}

#links li.facebook a{
	width: 41px;
	background: url(../images/facebook.gif) no-repeat;
}

#links li.flickr a{
	width: 31px;
	background: url(../images/flickr.gif) no-repeat;
}

#links li a:hover{
	background-position: bottom;
}


#copy{
	display: block;
	position: absolute;
	top: 490px;
	left: 0px;
	font-size: 9px;
	color: #660000;
}


