html {
height:100%;
background-color:#000;
}
* html body {
height:100%;
}
body{
padding:0; margin:0 auto;
min-height:100%;
position:relative;
width:880px;
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
text-align: center;
color:#FFFFFF;
}

img {
	border: 0px;
}

div.jademarcela {
	height: 100%;
	width: 880px;
	position: relative;
} 

div.jade {
   margin-top: 25px;
	margin-left: 0px;
	margin-right: 25px;
	height: 201px;
	width: 660px;
	position: relative;
	float: right;
} 

div.marcela {
	height: 201px;
	width: 165px;
	position: relative;
	float: left;
} 

img.joinjade{
   margin-top: 25px;
	margin-left: 0px;
	margin-right: 15px;
	width: 149px;
	height: 201px;
	border: 2px #ff0000 solid;
}

img.getaccess{
 	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
	width: 880px;
	height: 120px;
}

a:link{
	color: White;
	text-decoration: underline;
}

a:hover{
	color: White;
	text-decoration: none;
}

a:visited{
	color: #ff0000;
}
