/*-------------------------------------------------------------
MobintLabs - Landing Page

Concept, Design and Code created by Fabio Fernandes a.k.a. pok3

Licenced Under the Creative Commons 2.5 License

© 2009 Fabio Fernandes Lima - Some Rights Reserved
-------------------------------------------------------------*/

/*-------------------------------------------------------------
Simple Reset
-------------------------------------------------------------*/

* {
	color: #333;
	font-family: "Lucida Grande", Helvetica, Arial, Sans-serif;
	font-size: x-small;
	margin: 0 auto;
}

body {
	background: rgb(255, 255, 255);
}

/*-------------------------------------------------------------
Structure
-------------------------------------------------------------*/

#main {
	background: url(mobint-lab.jpg) top center no-repeat transparent;
	height: 295px;
	width: 559px;
	display:block;
	left:50%;
	margin-left:-279px;
	margin-top:-180px;
	position:absolute;
	top:50%;
}
