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

#bkgd 
{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
}

#britni
{
	position: fixed;
	top: 100px;
	right: 50px;
}

#main
{
	width: 600px;
	height: 800px;
	position: relative;
	margin: auto;
	background: url("../images/mainsigns.png") no-repeat 0px 0px;
}

#head
{
	width: 560px;
	height: 100px;
	position: absolute;
	top: 20px;
	left: 20px;
}

#bottom
{
	width: 560px;
	height: 600px;
	position: absolute;
	top: 175px;
	left: 20px;
}

#nav
{
	width: 480px;
	height: 25px;
	position: absolute;
	top: 3px;
	left: 40px;
}

#cont
{
	width: 530px;
	height: 555px;
	position: absolute;
	top: 35px;
	left: 15px;
	overflow: auto;
}

#foot
{
	width: 400px;
	height: 50px;
	position: relative;
	margin: auto;
}

#full
{
	width: 450px;
	height: 350px;
	background: url("../images/transparency.png") repeat 0px 0px;
	border: 1px solid #321;
	position: fixed;
	top: 200px;
	display: none;
}