body {
    margin:0;
    padding:0;
    background:#E7E7E7 url('/img/pattern.png');
    font-family:"Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size:12px;
    color:#666666;
}

h2 {
    font-size:28px;
    color:#2DBAC9;
    text-align:center;
}

a {
    color:#000000;
}

p {
    margin:0 0 20px 0;
}

#container {
    width:380px;
    padding:40px 20px 20px 20px;
    margin:50px auto 50px auto;
    background:#FFFFFF url('/img/isolation-tape.gif') repeat-x;
    -moz-box-shadow: 0 0 10px #000000;
    -webkit-box-shadow: 0 0 10px #000000;
    box-shadow: 0 0 10px #000000;
    -webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}

#container h1 {
    margin:0 0 20px 0;
}

#container h1 a {
    display:block;
    width:380px;
    height:142px;
    background:url('/img/tanlup-ghost.gif') no-repeat;
    text-indent:-9999px;
    overflow:hidden;
}