/*
 * Main layout
 */
 
div#background
{
	position: fixed;
	top: 0;
	bottom: 0;
	z-index: 1;
	background-image: url('/images/stripes_bg.png');
	width: 100%;
	min-height: 500px;
}

div#frame
{
	position: fixed;
	top: -25px; /* Hide the round corners */
	left: 50%;
	bottom: -25px; /* Hide the round corners */
	z-index: 2;
	background-image: url('/images/frame.png');
	background-repeat: repeat-y;
	width: 1000px;
	min-height: 500px;
	margin-left: -500px;
}

div#fade
{
	position: fixed;
	top: 0;
	bottom: 0;
	z-index: 3;
	background-image: url('/images/fade.png');
	background-repeat: repeat-x;
	background-position: bottom;
	width: 100%;
	min-height: 500px;
}

div#wrapper
{
	position: absolute;
	top: 0;
	z-index: 4;
	height: 100%;
	width: 100%;
}

div#main
{
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

div#content
{
	width: 924px;
	margin: 0 auto;
	padding: 20px 0;
}

/*
 * Grid
 */
 
table.grid 
{
 	border: 1px solid #E9E9E9;
 	width: 100%;
}
 
table.grid td, 
table.grid th 
{
 	padding: 3px 20px 3px 3px;
}
 
table.grid th 
{
 	background-color: #E9E9E9;
}

/*
 * Other
 */

div#beta_tag
{
	position: fixed;
	z-index: 99;
	top: 0;
	right: 0;
	background-image: url('/images/beta_tag.png');
	background-position: top right;
	background-repeat: no-repeat;
	width: 100px;
	height: 80px
}

p#create_startpage,
p#activate_admin_mode,
p#create_new_network
{
	text-align: center;
	font-size: 1.2em;
}
