body {
	margin: 0;
	padding: 0;
	color: #fff ;
        font-family: 'Open Sans Condensed', sans-serif;
	font-size: 15px;
	line-height: 1.4em; 
        background: #404040 url('refution.png'); 
	background-repeat: no-repeat;
	background-position: top;
        text-shadow: 1px 1px 1px #000;
        height: 100%;
        scrollbar-DarkShadow-Color:#404040;
        scrollbar-Track-Color:#242424; 
        scrollbar-Face-Color:#404040; 
        scrollbar-Shadow-Color: #404040;
        scrollbar-3dLight-Color:#404040; 
        scrollbar-Highlight-Color:#808080;
        scrollbar-Arrow-Color:#fff;
        transition:all 0.3s ease;
}

a, a:link, a:visited { 
	color: #808080;
	font-weight: normal; 
	text-decoration: none; 
        text-shadow: 1px 1px #000;
        cursor: default;
}

a:hover { 
	text-decoration: none;
	color: green; 
        cursor: default; 
        font-weight: none;
}

.center {
  position: absolute;
  left: 50%;
  top: 30%;
  
  /*
  Nope =(
  margin-left: -25%;
  margin-top: -25%;
  */

  /* 
  Yep!
  */
  transform: translate(-50%, -50%);
  
  /*
  Not even necessary really. 
  e.g. Height could be left out!
  */
  width: 30%;
  height: 50%;
}


.border {  
     border: 1px solid #000;
     padding: 2px;
     background: #3D3D3D; 

}

.content1 {
        /* for IE */
        filter:alpha(opacity=50);
        /* CSS3 standard */
       opacity:0.6;
        background: #343434;
        color: #fff; 
        text-shadow: 1px 1px #000;
	font-size: 15px;
        text-align: none;
	font-weight: none;
	text-decoration: none;
        border-top-width: 1px;
        border-bottom-width: 1px;
        border-left-width: 1px;
        border-right-width: 1px;
        border-color: #000000;
        border-style: solid; 
        padding: 20px;
        height: 20px;
        -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
        -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
        box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
        border-radius: 90px 0px 100px 0px;
        -moz-border-radius: 90px 0px 90px 0px;
        -webkit-border-radius: 90px 0px 90px 0px;


}

.head {
        color: #f50f13; 
        text-shadow: 1px 1px #000;
	font-size: 23px;
        text-align: center;
	font-weight: none;
	text-decoration: none;
        border-top-width: 0px;
        border-bottom-width: 1px;
        border-left-width: 0px;
        border-right-width: 0px;
        border-color: #3d8f8b;
        border-style: solid; 
        spacing: 1px;
} 

.img
{
        box-shadow: 2px 2px 5px #404040;
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);    
        opacity:0.5;
        transition:all 0.3s ease;
}

.img:hover
{
        opacity:1;
        transition:all 0.3s ease;
}
.ex 
{
        -moz-border-radius: 5px;
        border-radius: 5px;
        -moz-box-shadow: 1px 1px 1px black;
        -webkit-box-shadow: 1px 1px 1px black;
        box-shadow: 1px 1px 1px black;
}
