@CHARSET "utf-8";

* {
	margin: 0px;
	padding: 0px;
}

html {
	width: 100%;
	height: 100%;
}

body {
	width: 100%;
	height: 100%;
	font-family: Century Gothic, Avant Garde, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	margin: 0px;
	padding: 0px;
	background-color: #fff;
}

a {
	color: white;
	background-color: transparent;
	text-decoration: none;
}

a:hover {
	color: white;
	text-decoration: underline;
}

a img {
	border: none;
}

h1, h2, h3, h4, h5 {
	font-size: 8pt;
}

div#content {
	width: 990px;
	height: 600px;
	border: solid 1px #787878;
	background-image: url("../img/background.png");
	overflow: hidden;
	padding: 0px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

div#text {
	margin-left: 10px;
	margin-top: 10px;
	float: left;
	width: 350px;
	font-weight: bold;
	text-align: left;
	color: white;
	position: relative;
	z-index: 100;
}

div#logo {
	margin-right: 10px;
	margin-top: 10px;
	float: right;
	position: relative;
	z-index: 100;
}

div#bimoto {
	width: 755px;
	height: 516px;
	position: absolute;
	left: 117px;
	bottom: 0px;
}
