html{margin:0;padding:0}
div#header{height: 270px; width: 7804px; background-image: url("jesus.png"); position: relative; animation-timing-function: linear; -webkit-animation-name: mymove; -webkit-animation-duration: 150s;animation-name: mymove;animation-duration: 150s; -webkit-animation-delay: 2s; animation-delay: 2s;}
@-webkit-keyframes mymove {from {left: 0px;} to {left: -6290px;}}
@keyframes mymove {from {left: 0px;} to {left: -6290px;}}

ul#menu{float: left;width: 100%;color: #DDD;background: #363636 url(menuBk.png)}
#menu,#menu li{margin: 0;padding: 0;list-style-type: none}
#menu li,#menu a, #menu span{float: left;height: 35px;line-height: 35px}
#menu a{text-decoration: none;color: #000;padding-left: 15px}
#menu span{padding-right: 15px;cursor: pointer}
#menu a:hover{background: url(vistaBk.png) top left;color: #EEE}
#menu a:hover span{background: url(vistaBk.png) top right}
#menu #current a{background: url(vistaBk.png) bottom left;color: #FFF}
#menu #current span{background: url(vistaBk.png) bottom right}
@font-face {
    font-family: corsivo;
    src: url(corsivo.ttf);
}

H1{
    font-family: corsivo;
	text-shadow: 0 0 3px brown, 0 0 5px gold;
	font-size:150;
}

*{
    margin:0;
    padding:0;
}
body {
    font:14px Arial,sans-serif; background-image: url("carta.jpg")
}
header {
	background-image: linear-gradient(to top right, #FFFFFF 0%, #DF15AA 50%, #AACFEF 100%);
    box-shadow: 0 -1px 2px #111111;
    color:#000;
    display:block;
    height:70px;
    position:relative;
    width:100%;
    z-index:100;
}
header h2{
    font-size:30px;
    font-weight:normal;
    left:30%;
    margin-left:-400px;
    padding:0 0;
    position:absolute;
    width:540px;
}
header a.stuts,a.stuts:visited{
    border:none;
    text-decoration:none;
    color:#fcfcfc;
    font-size:14px;
    left:30%;
    line-height:31px;
    margin:30px 0 0 110px;
    position:absolute;
    top:0;
}
header .stuts span {
    font-size:22px;
    font-weight:bold;
    margin-left:5px;
}
.container {
    background: url("MMORPG.png") repeat scroll 0 0 #EEEEEE;
    height: 673px;
    margin: 30px auto;
    padding: 15px;
    width: 760px;
}