/* shw_splash.css (c)2009 SugarHill Works LLC - http://www.sugarhillworks.com */

/* -------------------- universal styles ------------------- */
* {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	border: none;
	outline: none;
}

* html {
	
}

body {
	/*background: #999 url(images/fabric_circle_pattern.jpg) center top repeat;*/
	background-color: #999;
	font-family: Arial, Helvetica, sans-serif; /* Verdana, Geneva, */
	font-size: small;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	/*opacity: .99;
	-moz-opacity: .99;
	filter: alpha(opacity=99);*/
}
* html body {
	font-size: 80%;
}

a { 	 
	color: #FFF;
	/*color: #66FFFF;*/ 
	cursor: pointer;
}
a:hover { color: #66FFFF; } 
a:visited { color: #FFF; }
a:active { color: #66FFFF; }
a[href="#"] { cursor: pointer; }
a[href="#"]:hover { color: #66FFFF; }

/* --------------------------------------------------------- */

#main {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

#bkgrd_cntr {
	position: absolute;
	top: 1%;
	left: 1%;
	width: 98%;
	height: 98%;
	/*position: relative;
	margin: 1% auto;
	width: 1000px;
	height: 665px;*/
}
* html #bkgrd_cntr {
	top: 10px;
}

#bkgrd_cntr img#photo {
	margin: 0 auto;
	width: 100%;
	height: 100%;
	/*border: #999 solid 20px;*/
}

#name { 
	position: absolute;
	top: 30px;
	left: 40px;
	width: 26%;
	/*height: 19%;*/
}
#name img {
	width: 100%;
	/*height: 100%;*/
}

#copy { 
	position: absolute;
	bottom: 10px;
	right: 15px;
	width: 16%;
	/*height: 6%;*/
}
#copy img {
	width: 100%;
	/*height: 100%;*/
}
