html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

a:link { 
	color: #333 
}

a:visited { 
	color: #333 
}

a:hover { 
	color: #aaa 
}

a:active { 
	color: red 
} 

.main {
	position:absolute;
	width:60%;
	left:20%;
	bottom: 50%;
	margin:auto;
}

.logo {

	font-size: 40px;
	font-weight: bold;
}

.sm_links {
	float: right;
	border: solid 1px #a4b0bc;
	padding: 5px 5px 0 5px;
	margin-top: -25px;
}

.sm_links img {
	margin: 0 3px;
	clear: none;
}

.bubbleInfo {
    position: relative;
    clear:none;
}

.popup {
	position: absolute;
	display: none; /* keeps the popup hidden if no JS available */
	clear:none;
	color: #a4b0bc; 
	font-size: 12px; 
	font-family: Helvetica, sans-serif; 
}
