body {
	background-image: url(images/back_m.jpg);
	background-repeat: repeat;
}

#mediaspace {
    position:absolute;
    left:0px;
    top:0px;
    width: auto;
    z-index:1;
    border: none;
    padding: 0px;
	cursor: move;
}

#text1, #text2, #text3 {
	position:absolute;
	top:204px;
	width: auto;
	padding: 0px;
	border: none;
}

#text1 {
    left:0px;
	width: 500px;
    z-index:0;
    cursor: move;
   
}

#text2 {
    left:456px;
    z-index:0;
    cursor: move;
}

#text3 {
    left:723px;
    z-index:0;
    cursor: move;
}

.move {
cursor:pointer;
}

.content {
display:none;
font-family:Times;
font-weight:normal;
}


.title  {
	background-color:#000000;
	color:#FFFFFF;
	padding:4pt 2pt 4pt 2pt;
	font-family:Times;
	font-weight:normal;
	line-height: 16pt;
	text-transform: uppercase;
}

a{
color:#FFFFFF;
}

.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	background-color:#000000;
	color:#FFFFFF;
	text-transform: uppercase;
	line-height: 16pt;
	padding:4pt 2pt 4pt 2pt;
	cursor:move;
}

.cont_span {
	background-color:#000000;
	color:#FFFFFF;
	padding:2pt 2pt 2pt 2pt;
	font-family:Times;
	font-weight:normal;
	line-height: 15pt;
}


