html,body{
	background-color:#000000;
	background-image:url(../img/trama.gif);
	background-repeat:repeat;
	background-position:center top;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height:100%;
    width:100%;
}

/* this is the important bit */

object, embed {
        height:100%;
        margin:0;
        padding:0;
        width:100%;
}


h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#000000;
}

