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

@font-face {
	font-family: "Century Gothic";
	src: url("http://spacialeffect.com/universe/css/fonts/cg.ttf");
}

* { margin:0; padding:0; }
html { background:url(./vida.png) repeat center center; background-attachment:fixed; }
body { min-height:2048px; background:url(./fun.gif) repeat center center; padding:80px 1em 80px 1em; text-align:center; font-family: "Century Gothic", Geneva, Arial, Helvetica, sans-serif; font-size:74px; line-height:1000%; text-transform:lowercase; color:white; }

a, a:active, a:visited, a:hover { color:white; text-decoration:none; }

.wrap { margin:0 0 80px 0; }

.wrap.intro { line-height:200% !important;  padding-bottom:4em; }
.wrap.outro { line-height:400% }