body{
 background-image:url('background');
 background-position: 100% 100%;
 background-color: black;
 background-repeat:no-repeat;
 color:white;
 background-attachment:fixed;
 font-family:helvetica,arial,sans-serif;
 font-size:130%;
 margin:0;
 padding:0;
}
div.container{
 border-left:solid 5px yellow;
 border-top:solid 5px yellow;
 padding:20px 350px 20px 40px;
 margin:30px 0 0 30px;
}
div.tag{
 padding:0;
 margin:30px;
 border:solid 3px #333;
}
h1, h2{
 letter-spacing: 0.2em;
 font-variant: small-caps;
}
h1{
 text-align:center;
 font-size: 200%;
}
h2{
 font-size: 130%;
}
p{ 
 text-align:justify;
 padding:0;
 margin:30px;
 line-height:1.5em;
}
a:visited,a,a:active{
 color:white;
}
div.container, div.tag{
 -moz-border-radius-topleft:30px;
 -webkit-border-top-left-radius:30px;
}
.noscreen{
 display:none;
}
