@charset "utf-8";
/* CSS Document */

body
{
background-image:url(bgpattern.jpg);
background-repeat:repeat-y;
background-position:top center;
padding:0px;
margin:0px;
}


#container
{
width:950px;
margin-left:auto;
margin-right:auto;
position:relative;
}

#top
{
padding-top:0px;
}

#navbar
{
background-image:url(images/bg.gif);
width:950px;
height:50px;
position:absolute;
z-index:2;
}

#maincont
{
width:950px;
height:950px;
margin-top:50px;
position:absolute;
}

#contentdiv
{
	position:absolute;
	left:240px;
	top:120px;
	width:459px;
	height:583px;
	z-index:1;
}