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

* {margin:0px;
   padding:0px; }

html{ 
font-size:13px;
font-family:Arial, Helvetica, sans-serif;

background: url(pics/cubiii.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-attachment: fixed;
}

#box1 {
	position: absolute;   
       height: auto; width: 300px;    
       left:20px; top: 5px; } 
	   
#box2 {
       height: auto; width: 1500px;   
  
	   font-family:Arial, Helvetica, sans-serif;  color: #FFF; font-size:34px } 
     
	   
	    a {
			font-size:20px;
 text-decoration:none;
 color:#FFF;
 }

a:hover {
	font-size:20px;
color:#ea910f;
 text-decoration:none;
 } 
 

