/* CSS Document */

body {
margin-top: 0px;
background-color:#db0066;		/* pink */
color:#FFFFFF;
}

#container {
text-align: center;
}
#containercontent {
width: 780px;
text-align: left;
padding:0px 0px 0px 0px;
margin: 30px auto;
background-color:#db0066;
position: relative;				/* this makes all the nested absolute divs position relative to this one */
}

div#container #containercontent div#logo_div {
	position: absolute;
	left: 210px;
	top: 0px;
}
#buzz_div {
	position: absolute;
	left: 364px;
	top: 44px;
}

div#container #containercontent div#backtop_div {
	position: absolute;
	left: 0px;
	top:  10px;
}
div#container #containercontent div#backbot_div {
	position: absolute;
	left: 0px;
	top: 600px;
}
 
div#container div#containercontent div#eazy_div {
position: absolute;
left: 557px;
top: 570px;
visibility:hidden;
}
 
div#container div#containercontent div#pic1_div {
position: absolute;
left: 0px;
top: 200px;
}
div#container div#containercontent div#pic2_div {
position: absolute;
left: 210px;
top:  100px;
width: 550px;
font-family: Tahoma, Arial;
color:ffffff;
font-size:12px;
font-weight:bold;
}

div#container div#containercontent div#text1_div {
position: absolute;
left: 0px;
top: 340px;
z-index:30;
}
#popup1_div {
position: absolute;
top: -295px;
left: 140px;
visibility:hidden;
}
#text1_div:hover #popup1_div {
visibility:visible;
}

#bold_text {
color: ffffff;						/* white */
font-family: Tahoma, Arial;
font-size: 10pt;
font-style: normal;
font-weight: bold;
}
#norm_text {
color: ffffff;						/* white */
font-family: Tahoma, Arial;
font-size: 10pt;
font-style: normal;
font-weight: normal;
}
#large_text {
font-family: Tahoma, Arial;
font-size: 12pt;
font-style:normal;
font-variant:normal;
font-weight:normal;
}
#medium_text {
font-family: Tahoma, Arial;
font-size: 10pt;
font-style:normal;
font-variant:normal;
font-weight:normal;
}
#small_text {
font-family: Tahoma, Arial;
font-size: 8pt;
font-style: normal;
font-weight: normal;
}
