* {
	margin:0;
	padding:0;
}
html{
	height:100%;
}
body{
	font-family: Trebuchet MS, arial, verdana, sans;
	font-size:0.8em;
	height:100%;
	background-position: center center;
	background-color:#000;
	background-repeat:no-repeat;
}

.nowrap{
	white-space:nowrap;
}

#content{
	z-index:3;
	position:absolute;
	color:#fff;
	width:100%;
	height:100%;
}
#content .half_height p{
	position:absolute;
	bottom:0;
	font-size:2.0em;
	width:450px;
	margin-left:100px;
}
.half_height{
	position:relative;
	height:49%;
}

#welcome2bucc{
	margin-top:30px;
	margin-left:50px;
}

#pub_list{
	position:absolute;
	right:100px;
	list-style-type:none;
	font-size:1.2em;
	z-index:10;
	width:250px;
}

#pub_list li{
	margin: 0 20px;
	padding: 10px 0;
}
#pub_list li.liPub{
	border-top:1px solid #222;
}
#pub_list li.liTitle{
	font-size:1.1em;
}

a:link,
a:visited{
	text-decoration:none;
	color:#fff;
}

a:hover{
	color:#777;
}


#drop_pubs{
	cursor:pointer;
}
#drop_pubs img{
	margin-top:8px;
}