
body
{
background-attachment:fixed;
background-color:#cccccc;
background-image:url('img/bg.jpg');
background-position: right bottom;
background-repeat:no-repeat;
}

.line
{ 
    background:black;
    background: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 350, from(#000), to(#fff));
    border: 1px dotted #8B0000;
    border:none;
    color:white;
    display:block;
    height:2px;
}
.container
{
    height: 950px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width:1050px;
}

.header
{
    height: 135px;
    margin: 5px;
    width: 100%;
}

.footer
{
  text-align: center;
}

.content
{
    position:relative;
}

p
{	
    color: #d0cac2;
    font-family: arial;
    font-size: 25px;
    letter-spacing: 2px;
    margin:10px;
    text-align:left;
    text-indent: 50px;
}

title
{
    color: #ae9898;
    display: inline;
    font-family: arial;
    font-size: 50px;
    text-align:center;
}

.link
{
    color: #ae9898;
    display: inline;
    font-family: verdana;
    font-size: 35px;
}

.contact
{
    font-size: 10px;
    margin-top: 50px;
}

h1 
{
  color: #d0cac2;
  font-family: Arial;
  font-size: 75px;
  margin-bottom: 5px;
}

h5 
{
  color: #f2caa1;
  font-family: Arial;
  font-size: 20px;
  margin-bottom: 2px;
  margin-top: 2px;  
}

h6 
{
  color: #d0cac2;
  font-family: Arial;
  font-size: 14px;
  margin-bottom: 2px;
  margin-top: 2px;  
}

.scrolling-content
{
    margin-top: 25px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
}

a:link {color:#ae9898; text-decoration:none;}      /* unvisited link */
a:visited {color:#ae9898; text-decoration:none;}  /* visited link */
a:hover {color:#f2caa1; text-decoration:none;}  /* mouse over link */
a:active {color:#f2caa1; text-decoration:none;}  /* selected link */ 

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
::-webkit-scrollbar-button {
  width: 4px;
  height: 4px;
}
::-webkit-scrollbar-thumb {
  background: #450607;
  border: 3px solid #520705;
  border-radius: 100px;
}

::-webkit-scrollbar-thumb:hover {
  background: #ff2a0e;
}
::-webkit-scrollbar-thumb:active {
  background: #000000;
}
::-webkit-scrollbar-track {
  background: #67090d;
  border: 1px solid #8c160a;
  border-radius: 100px;
}
::-webkit-scrollbar-track:hover {
  background: #673e38;
}
::-webkit-scrollbar-track:active {
  background: #333333;
}
::-webkit-scrollbar-corner {
  background: transparent;
}