@import url(http://fonts.googleapis.com/css?family=Cantora+One);

html { 
background: url(../images/background_3.jpg) no-repeat center center fixed #000;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/background_3.jpg', sizingMethod='scale');
-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/background_3.jpg', sizingMethod='scale')";
z-index: 0;
/*background-color:#000;*//*fixed*/
}

body {
font-size: 3.5em;
font-family: 'Cantora One', sans-serif;
font-weight: bold;
color: #555;
overflow: hidden;
}

p {
margin: 0.4em auto;
}

/*#header {
margin-left: 10%;
width: 80%;
height: 600px;
background: transparent url(../images/smoke.png) repeat scroll left top;
}*/

/*#background {
margin-left: 10%;
width: 80%;
height: 600px;
background: transparent url(../images/smoke.png) repeat scroll left top;
z-index: 0;
}*/

#header {
height: 1200px;
background: transparent url(../images/smoke_2.png) repeat scroll left top;
margin-top: -20px;
}

    
#left {
width: 50%;
margin-left: 10%;
top: 10%;
/*margin: 2em auto;*/
z-index: 10;
display:block;
position: relative;
}

#right {
bottom: 10%;
/*margin: 5em auto;*/
right: 10%;
z-index: 10;
display:block;
position: absolute;
}
    
a {
text-decoration: none;
color: #777;
}
    
a.glowing {
color: #0af;
}