* { 
    margin: 0; 
    padding: 0; 
}

html, body, #bg, #bg table, #bg td, #cont, {
    height:100%;
    width:100%;
    overflow:hidden;
	font-family:verdana,sans-serif;
	color:#666666;
	font-size:12px;
}

a:link {
	color:#74a7c5;
	text-decoration:none; 
}

a:active {
	color: #74a7c5; 
	text-decoration: none; 
}

a:visited {
	color: #74a7c5; 
	text-decoration: none; 
}

a:hover {
	text-decoration:underline; 
}

#bg { 
    position: fixed; 
}

#bg div {
    height:200%;
    left:-50%;
    position:absolute;
    top:-50%;
    width:200%;
}

#bg td {
    text-align:center;
    vertical-align:middle;
}

#bg img {
    margin:0 auto;
    min-height:50%;
    min-width:50%;
}

#cont {
    position:absolute;
    top:0;
	left:0;
    z-index:00;
    overflow:auto;
}

#left {
	float:left;
}

#right {
	float:right;
}


#bubble {
    width:236px;
	height:196px;
	background-image:url(../images/speechbubble.png);
}

#twitter_update_list {
	padding:20px;
}


#focus-stealer { 
	position: absolute; 
	left: -9999px; 
}