/* Document */
html {
    
    width: 1280px;
    height: auto;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden; 
}


body {

/*	background-image: url(http://i65.tinypic.com/zjf1ox.jpg);
*/	background-image: url(http://i63.tinypic.com/2ltnkgk.jpg);
    background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	padding-top: 200px;
    width: 100%;
    font-family: 'Libre Baskerville', serif;

}

.container-fluid {
	padding-top: 25px;
	width: 60%;

}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

table{
    display: inline-block;
    background-color: rgba(000, 000, 000, 000);
    border: white;
    border: 0px;
   

}