* {
    font-family: "Courier New", Courier, monospace;
    color: #C80000;
    cursor:url(pointer.pokemon.png), auto;
}
span {
    color: 	#C80000;
}
a {
    background-color: silver;
    text-decoration: none;
}
div a{
    background-color:#C80000;
    color: white;   
}
a:hover {
    background-color: black;
}
}
h2 {
    margin-left: 5%;
}
ul {
    color: white;
}
@import "compass/css3";

@import url(http://fonts.googleapis.com/css?family=Share+Tech+Mono);

svg{
  width: 500px;
  height: 120px;
  display: block;
  color: 	#C80000;
  overflow: hidden; 
  margin: 0 auto;
  background: black;
}
i {
    color: 	#C80000;
}
img {
    height: 200px;
    width: 300px;
}
h1 {
    color: 	#C80000;
    text-align: center;
}
table  {
    border-color: white;
}
#gif{
    display: inline;
}
#gif img {
    padding-right: 20px;
    padding-left: 20px;
}
#grad {
    background: red; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(red, yellow); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(red, yellow); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(red, yellow); /* For Firefox 3.6 to 15 */
    background: linear-gradient(red, yellow); /* Standard syntax */
}
img {
    border: 2px;
}
div#op {
    border-radius: 5px 5px 5px 40px;
	border: 2px solid darkred;
    background-color: #C80000;
    position: absolute;
    left:55%;
    top: 25%;
    opacity: 0.7;
    height: 400px;
    width: 600px;
}
div iframe {
    background-color: #C80000;
    margin-left: 50px;
    margin-top: 50px;
    height: 300px;
    width: 500px;
    opacity: 100;
}
div#frame{
    background-color: #C80000;
    opacity: 100;
}
body {
    background-image: url("starwarspulpfiction.jpg");
    background-color: #000000;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
#marg {
    margin-left: 2%;
}
#game {
    height: 1000px;
}
