* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 62.5%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	overflow: auto;
}


.bg {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5000;
}

.f1 {
	font-size: medium;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	overflow: auto;
    display: inline-block;
    min-width: 100px;
    margin: 7px 4px;
    margin-top: 5px;
}

.bf1 {
    background: #ADB96E;
}

.bf2 {
    background: #ffffff;
}

img {
    max-width: 100%;
    max-height: 100%;
}

.portrait {
    height: 80px;
    width: 30px;
}

.landscape {
    height: 30px;
    width: 80px;
}

.square {
    height: 75px;
    width: 75px;
}

.banner {
    height: 100%;
    width: 100%;
}

.imtext {
    position: absolute;
    top: 10px;
    left: 10px;
    font-weight: bold;
	font-size: large;
    color: yellow;
}

