@charset "UTF-8";
/* CSS Document */



* { margin: 0; padding: 0; outline: none; }
html {
	width: 100%;
	height: 100%;
}
body {
	background-image:url(images/cargo2.png);
    background-repeat:repeat;
}

#intro {
	position: absolute;
	top: 50%;
	left: 45%;
	margin: -30px 0 0 -135px;
}

img { border:hidden;}