body{
    font-family: 'Open Sans', sans-serif;
    min-width: 700px;
    background: url(./media/bicycle_background_web01.jpg);
    /* background-size: 100px 125px; */
    background-size: cover;
    /* background-color: #948882; */
    max-width: 1280px;
    max-height: 1280px;
    min-height: 800px;
    background-repeat: space;
    background-position: center;
}

a:link {
    color: black;
}


p	{
	font-size: 14px;
	letter-spacing:2px;
}

h2	{
	font-size: 25px;
	font-weight: normal;
	letter-spacing:2px;
}
.main {
	width: 700px;
	height: 98%;
  	margin-left: auto;
  	margin-right: 5%;
 	top:10;
	position:absolute;
	text-align: right;
	left: 0;
	right: 0;
	/* background-color: #948882; */
}

.logo	{
	text-align: right;
	padding-top: 10%;
	padding-bottom: 5%;
	height: auto;
}
.logo img {
    height: auto;
    width: 50%;
    max-width: 500px;
}

.footer	{
	width:100%;
	height:40px;
	/*border-top: 1px dotted black;*/
	position:absolute;
	text-align: right;
	bottom:0;
	left:0;
	/* background-color: #948882; */
}

.footer	p {
	font-size: 10px;
	letter-spacing:0px
}

