@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	background-color: #0AACCF;
	margin: 0;
	padding: 0;
	text-align: center; 
	color: #000000;
}
 img, div { behavior: url(iepngfix.htc) }

.oneColFixCtr #container {
	width: 1024px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 819px;
	background: #FFFFFF;
	background-color:#0AACCF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: center; /* this overrides the text-align: center on the body element. */
	background-image: url(site_images/blowfish_about_back.jpg);
}
.oneColFixCtr #mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width:1024px;
	height:819px;
	position:relative;

}

	

.BubbleGroup1 {
	position:absolute;
	top:102px;
	left:836px;
	width:147px;
	height:215px;
	background-image:url(site_images/BG1.png);
}
.Logo {
	position:absolute;
	top:6px;
	left:232px;
	width:546px;
	height:151px;
	background-image:url(site_images/blowfish_logo.png)
}
.ButtonBubble {
	position:absolute;
	width:109px;
	height:109px;
	background-image:url(site_images/BB.png);
}
.BB2 {
	position:absolute;
	width:129px;
	height:129px;
	background-image:url(site_images/BB2.png);
}

.About {
	position:absolute;
	top:14px;
	left:14px;
	width:81px;
	height:77px;
	background-image:url(site_images/about.png);
}
.Projects {
	position:absolute;
	top:21px;
	left:8px;
	width:91px;
	height:58px;
	background-image:url(site_images/projects.png);
}
.Links {
	position:absolute;
	top:25px;
	left:15px;
	width:82px;
	height:54px;
	background-image:url(site_images/links.png);
}
.Contact {
	position:absolute;
	top:15px;
	left:19px;
	width:80px;
	height:79px;
	background-image:url(site_images/contact.png);
}
.GR {
	position:absolute;
	top:16px;
	left:806px;
	width:32px;
	height:31px;
}
.EN {
	position:absolute;
	top:30px;
	left:846px;
	width:30px;
	height:30px;
}
.Content {
	overflow:hidden;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
}
