@import url(http://fonts.googleapis.com/css?family=Bree+Serif);
#wrapper{width:600px;margin:0 auto;}
.ac { 
  height: 40px;
  width: 100px; 
  overflow: auto;
  margin: auto; 
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
  position: fixed;
  z-index: 9999;
}
 
.cc { 
  position: relative;
}
 
body {
  overflow: hidden;  
  height: 10000px;
  width: 100%;
  background-color: #D94B42;
}
a {
	color:#FFF;
	text-decoration:none;
}
h3 {font-family: 'Bree Serif', 'serif';text-align:center;color:#FFF;}
h1 {
	margin-top: 100px;
	text-align:center;
	font-size:50px;
	font-family: 'Bree Serif', 'serif';
	}
.color
{
    color:#ff6600;
    margin-left:40px;
    font-size:22px;
}
.style
{
    background-color: #333;
}
Input[type="button"]
{
    padding:10px 20px;
}
input[type="text"]
 {
    padding:10px 2.5%;
    width:100%;
    font-size:20px;
       
}
	