@charset "utf-8";
/* CSS Document */

body{background-color:#333333; font-size:13px; font-family:Arial, Helvetica, sans-serif;}

#container{
		width:500px;
		height:350px;
		position:absolute;
		z-index:1;
		left:50%;
		top:50%;
		margin-top:-175px;
		margin-left:-250px;
		background-image:url(bg2.png);}
		
#buttons{
		width:200px;
		height:100px;
		margin-top:170px;
		margin-left:80px;}
		
#TICKER{
		overflow:hidden; 
		width:100%; 
		height:15px;
		background-color:#FFFFFF;
		padding-bottom:-10px;
		color:#FF412B;}
		
.formas{
		display:block;
		height:25px;
		width:120px;}
.formas a{
		display:block;
		cursor:pointer;
		height:25px;
		width:120px;
		background-image:url(buttons/01_1.jpg);}
.formas a:hover{
		display:block;
		cursor:pointer;
		height:25px;
		width:120px;
		background-image:url(buttons/01_2.jpg);}
		
.formas2{
		display:block;
		height:25px;
		width:120px;}
.formas2 a{
		display:block;
		cursor:pointer;
		height:25px;
		width:120px;
		background-image:url(buttons/02_1.jpg);}
.formas2 a:hover{
		display:block;
		cursor:pointer;
		height:25px;
		width:120px;
		background-image:url(buttons/02_2.jpg);}
		
.formas3 a{
		display:block;
		cursor:pointer;
		margin-top:10px;
		height:25px;
		width:120px;
		background-image:url(buttons/03_1.jpg);}
.formas3 a:hover{
		display:block;
		cursor:pointer;
		height:25px;
		width:120px;
		background-image:url(buttons/03_2.jpg);}
		
.formas4 a{
		display:block;
		cursor:pointer;
		height:25px;
		width:120px;
		background-image:url(buttons/04_1.jpg);}
.formas4 a:hover{
		display:block;
		cursor:pointer;
		height:25px;
		width:120px;
		background-image:url(buttons/04_2.jpg);}