ul {
	padding:0px 0px 10px 25px;
}

a:hover {
	text-decoration:underline;
}

.hiddenPic {display:none;}

#backgroundImage {
    position: fixed;
	z-index:-1000;
}

#backgroundImage div {
    height:200%;
    left:-50%;
    position:absolute;
    top:-50%;
    width:200%;
}

#backgroundImage td {
    text-align:center;
    vertical-align:middle;
}

#backgroundImage img {
    margin:0 auto;
    min-height:50%;
    min-width:50%;
}

#uparrowBar {
	border-radius:10px;
	-moz-border-radius:10px;
	-khtml-border-radius:10px;
	-webkit-border-radius:10px;
	box-shadow: 8px 8px 10px #222;
	-moz-box-shadow: 8px 8px 10px #222;
	-khtml-box-shadow: 8px 8px 10px #222;
	-webkit-box-shadow: 8px 8px 10px #222;
	position:absolute;
	margin:30px 0px 0px 0px;
	padding:0px 0px 0px 300px;
	left:0px;
	background-color:#000;
}

#uparrowBar p {
	margin:0px;
	padding:0px;
	color:white;
	font-size:18px;
	font-weight:bold;
	text-align:right;
}

#welcomeBar {
	border-radius:10px;
	-moz-border-radius:10px;
	-khtml-border-radius:10px;
	-webkit-border-radius:10px;
	box-shadow: 8px 8px 10px #222;
	-moz-box-shadow: 8px 8px 10px #222;
	-khtml-box-shadow: 8px 8px 10px #222;
	-webkit-box-shadow: 8px 8px 10px #222;
	float:right;
	margin:250px 0px 0px 0px;
	padding:0px 10px 0px 0px;
	right:0px;
	top:40%;
	background-color:#000;
	/*filter: alpha(opacity=60); 
	-khtml-opacity: 0.6;     
	-moz-opacity: 0.6;       
	opacity: 0.6;*/
}

#welcomeBar p {
	margin:0px;
	padding:0px;
	color:#FFF;
	font-size:18px;
	font-weight:bold;
}


#addThisDIV {
	background-color:#000;
	padding:20px;
	position:fixed;
	right:0px;
	bottom:0px;
}