html {
 background:url(gfx/bomb.gif) repeat;
 min-height: 100%;
 height: 100%;
}

body {
 font-family: Verdana;
 font-size: 11px;
 color: #fff;
 margin: 0;
 min-height: 100%;
 _height: 100%;
 padding: 0;
 background: url(gfx/frame.gif) repeat-y center;
}

body.bg {
 background: none;
}

h2 {
 margin-top: 30px;
 font-size: 12px;
 font-weight: bold;
}

img {
 border:0;
 line-height: 0;
}

a {color:#fff; text-decoration:none; font-weight: bold;}
a:hover {color:#DB3D8A; text-decoration:none;}

a.main {color:#ddced5; line-height: 50px; text-decoration:none; font-weight: bold; padding: 3px; display: block; width: 150px; text-align: center; margin: auto;}
a.main:hover {font-size: 50px; line-height: 50px; padding: 3px; color:#dd418e; text-decoration:none;}

a.image {color:#000; text-decoration:none; font-weight: bold;}
a.image:hover {color:#000; text-decoration:none;}

a.box {color:#fff; text-decoration:none; font-weight: bold;}
a.box:hover {color:#DB3D8A; text-decoration:none;}

#intro {
  margin-top: 10%;
	font-weight: bolder;
	font-size: 11px;
	color:#DB3D8A;
	width: 300px;
	border: 1px solid #666;
	background-color: #333;
}

#main {
 height: 100%;
 min-height: 100%;
 width: 700px;
 margin: 0 auto;
 padding: 0;
 border-left: 1px solid #666;
 border-right: 1px solid #666;
 height: 100%;
 background-color: #000;
}

#banner {
 padding: 0px;
 margin: 0px;
 color: #fff;
 background-image:url(gfx/banner.jpg);
 background-repeat:no-repeat;
 height: 200px;
}

#menu {
 padding: 0px;
 margin: 0px 20px;
 color: #fff;
 height: 31px;
 text-align: right;
}

#space {
 z-index: 2;
 margin-left: 380px;
}

#content {
 width: 100%;
 height: auto;
 float: left;
 background-color: #000;
 background: url(gfx/frame.gif) repeat-y center;
}

#content_video {
 width: 100%;
 float: left;
 background-color: #000;
 text-align: center;
 margin: 35px auto 15px;
}

#fotos {
 width: 520px;
 height: 900px;
 margin: 0 auto 0;
 list-style: none;
}

#fotos li {
 float: left;
 margin: 0px;
}

#fotos a {
 padding: 10px;
 display: block;
}

#fotos a:hover {
 background: url(gfx/photo.jpg) no-repeat scroll center; 
}

#text {
 margin: 50px 110px 0 90px;
 white-space: normal;
}

