html {
	overflow: hidden;
}
body, li, ol, p, table, td, tr, ul{ 
	font:normal 15px Arial, Helvetica, sans-serif; 
	line-height:21px; 
	color:#ffffff; 
}
body{
	background-color:#ff63cb;
	background-image:url(images/biglogo.gif);
	background-position:top left;
	background-repeat:no-repeat;
	background-attachment:fixed;
	margin:0; 
	padding:0
	position: absolute;
	width: 100%;
	height: 100%;	

}


#enterNameTitle{
	z-index:1;
	position:absolute;
	bottom:69px;
	left:500px;
}

#enterName{
	z-index:1;
	position:absolute;
	bottom:40px;
	left:500px;
}

#enterName input{
	margin:0; 
	border:1px solid #ff87d7; 
	background:#ff6cce; 
	color:white;
}

#enterName #visitorName{
	z-index:1;
	background:#fff;
	padding-left:3px; 
	color:#aaaaaa;
}

#enterSite {
	z-index:1;
	position:absolute;
	bottom:160px;
	left:500px;
}

#enterSite input{
	margin:0; 
	border:1px solid #ff87d7; 
	background:#ff6cce; 
	color:white;
}

#visitors{
	z-index:1;
	position:absolute;
	bottom:0px;
	left:340px;
	vertical-align:bottom;
	height:170px;
	font-size:12px;
	line-height:16px;
	overflow:hidden;
}

#canvas{
	width: 100%;
	height: 100%;
}
#canvas img{
	width: 100%;
	height: 100%;
}

#portrait{
	position:absolute;
	right:0;
	bottom:0;
	padding:0;
	margin:0;
	width:619px;
	height:324px;
}

form, input, select{	
	padding:0; 
	margin:0
}

a {
	text-decoration:underline;
}
a:visited {
	text-decoration:line-through;
}
a:hover {
	text-decoration:underline;
	font-size:20px;
}
