/* CSS Document */

body {
	
	margin-left: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	background: #fff;
	color: #000;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
}

img{
	border: none;
	height: auto;
	max-width: 100%;
	width: auto;
}

.mainpage {
	max-width: 800px;
	margin-left:auto;
	margin-right:auto;
}
.menu {
	width: 250px;
	height: 80px;
}

/* Youtube Reflexive */
.vid-container {
    position: relative;
    padding-bottom: 360px;
    padding-top: 35px; height: 0; overflow: hidden;
}

.vid-container iframe,
.vid-container object,
.vid-container embed {
    position: absolute;
    top: 0;
    left: 18%;
    width: 800px;
    height: 450px;
}


.vid-container {
    position: relative;
    padding-bottom: 50%;
    padding-top: 35px; height: 0; overflow: hidden;
}
	
.vid-container iframe,
.vid-container object,
.vid-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* Youtube Reflexive */