html{
height:100%;
overflow: auto;					
}	
body		{
height:100%;
margin: 0px;
padding: 0px;
text-align: center;
}
#bitmap{
position:absolute;
top:0 px;
left:0 px;
width: 100%; 
height: 100%; 
text-align:left;
padding-left:50px;
}
.style1 {font-size: 14px}
a:link {
	text-decoration: none;
	color: #000000;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}
.bg{
background-image:url(../images/pattern2.jpg);
background-repeat:repeat;

}
.st1{
background-image:url(../images/MediaMarketing_frontpage.png);
background-repeat:no-repeat;
background-position:center;
}
