@charset "utf-8";

#pagewidth {
	margin:0;
	margin-top:30px;
	margin-left:60px;
	padding:0;
	min-width:600px;
}

a:link { 
	border-style:none;
	color:white;
}
a:visited { 
	border-style:none;
	color:white;
}
a:active { 
	border-style:none;
	color:white;
}
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	width:90%;
	height:100%;
	background-color: #FFFFFF;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font-family: "Georgia", "Times New Roman", "times", "serif";
	/*color: #626262;*/
	margin-top: 20px;
	margin-left: 20px;
	
}

#frametl {
    margin:0;
	padding:0;
	padding-left:15px;
	/*float:left;*/
	width:20px;
	height:20px;
}

#framebr {
    margin:0;
	padding: 0;
	width: 20px;
	height: 20px;
	float:right;
}
#enterlogo {
	margin: 0 20px 0 35px;
	height:242px;
	position:relative;
	overflow:hidden;
}
/*
#enterlogo img{
    margin:0;
    padding: 0;
	border-width:0;
	outline:none;
}
*/

#backimg {
	position:absolute;
	z-index:-1;
	padding:1px;
}

#00logo {
	position:absolute;
	z-index:100;
}

#enterlogo a{
    margin:0;
	padding:0;
	border-width:0;
	outline:none;
}

#content {
	margin: 0;
	padding: 0;
	text-align: left;
	width: 550px;
	height:242px;
}
