*, html{ 
font-family: Arial, Helvetica, sans-serif;
padding: 0;
margin: 0;
}

body{
background-color: white;	
}



#container{
	position: relative;
	align: center;
	width: 100%;
	height: 100%;
	margin: 0 auto;
}


#contact {
	width: 100%;
	padding: 9px 0px 9px 0px;
	
	position: fixed;
	_position: absolute;
	bottom:0;
	_top:expression(document.body.scrollTop+document.body.clientHeight-this.clientHeight);
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: black;
	color: white;
	text-align: right;
}

#contact span {
	padding: 10px 10px 0 0;
}

#navi {
	width: 100%;
	padding: 9px 0px 9px 0px;
	
	position: fixed;
	_position: absolute;
	top:0;
	_top:expression(document.body.scrollTop+document.body.clientHeight-this.clientHeight);
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: black;
	color: white;
	text-align: right;
	z-index: 10000;
}

#navi span {
	padding: 10px 10px 0 0;
}

#navi ul {
	margin: 0px 40px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: black;
	line-height: 12px;
	white-space: nowrap;
}

#navi li {
	list-style-type: none;
	display: inline;
}
#navi li a {
	text-decoration: none;
	padding: 7px 10px;
	color: white;
}
#navi li a:active {
   	background-color: white; 
	color: white:
}
#navi li a:link {
   	background-color: black; 
	color: white:
}
#navi li a:visited {
    	color: white;
}
#navi li a:hover {
    	color: black;
    	background-color: white;
}

a#logo {
	display: block;
	height: 80px;
	width: 80px;
	background-image: url(images/masters.png);
}

a#mix {
	display: block;
	height: 100px;
	width: 100px;
	background-image: url(images/itsdeep.png);
	background-repeat: no-repeat;
}

a#mix4 {
	display: block;
	height: 100px;
	width: 100px;
	background-image: url(images/summertime.png);
	background-repeat: no-repeat;
}


a#mix2 {
	display: block;
	height: 100px;
	width: 100px;
	background-image: url(images/liveone.png);
	background-repeat: no-repeat;
}

a#mix3 {
	display: block;
	height: 100px;
	width: 100px;
	background-image: url(images/liveclub.png);
	background-repeat: no-repeat;
}

a#mix5 {
	display: block;
	height: 100px;
	width: 100px;
	background-image: url(images/liveloop.png);
	background-repeat: no-repeat;
}

#textbox1{
position: fixed;
background-color: transparent;
text-align: left;
overflow: auto;
width: 30%;
height: 100%;
top: 10%;
left: 65%;
}


#textbox2{
position: fixed;
background-color: transparent;
text-align: left;
overflow: auto;
width: 35%;
height: 80%;
top: 10%;
left: 65%;
}

#kuva{
position: fixed;
text-align: left;
overflow: auto;
bottom: 5%;
left: 0px;
width: 400px;
height: 400px;
background-color: transparent;
background-image: url(images/tausta1.gif);
background-repeat: no-repeat;
}




.list{
list-style-type: disc;
font-size: 11px;
color: #000; 
font-family: Arial, Helvetica, sans-serif; 
margin-left: 40px;
margin-right: 15%;
}

.sis6{ 
font-size: 11px;
color: #000; 
font-family: Arial, Helvetica, sans-serif; 
margin: 15px;
margin-right: 15%;
}

.sis5{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000;
margin: 15px;
margin-right: 15%;
font-weight: bold;
}

.sis4{
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #000;
margin-left: 35%;
margin-right: 15%;
}

.sis3{
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
color: #000;
font-weight: bold;
margin: 15px;
margin-right: 15%;
}

.sis2{
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
color: #000;
margin: 2px;
font-style: bold;
margin-right: 15%;
}

.sis1{ 
font-size: 12px;
color: #000; 
font-family: Arial, Helvetica, sans-serif; 
margin: 15px;
margin-right: 15%;
}


