@charset "utf-8";
/* CSS Document */
body
{
	background: url("/layout/bg.gif");
	padding:0;
	margin:0;
  font-family: Georgia, "Times New Roman", "Bitstream Vera Serif", serif;
	font-size:12px;
}
img
{
	border:none;
}

a
{
	text-decoration:none;
}
#header
{
/*	height:139px;
	background: url("/layout/header.png");
	position:relative*/
}
#logo
{
	top:5px;
	left:10px;
	position: absolute;
	z-index:1000;
}
#homeof
{
	position:absolute;
	left:390px;
	top:610px;
	z-index:1000;
}
#main
{
	height:800px;
	background: url("/layout/main.gif") no-repeat;
	margin-top:0px;
	margin-left:10px;
}

#content
{
	height:856px;
	width:547px;
	position:absolute;
	background: url("/layout/content.gif") no-repeat;
	top:10px;
	left:300px;
	z-index:100;
}


#content form
{
	margin: 50px 20px 20px 50px;
}
#content-inner
{
	padding:30px 70px 40px 40px;
}

#links
{
	height:200px;
	position:absolute;
	left:334px;
	top: 865px;
	z-index:1100;
}

#newalbum
{
	position:absolute;
	top:10px;
	left:790px;
	z-index:1100;
}
