body {
    font-weight: normal;
    font-size: 1em;
    color: #000000;
    font-style: normal;
    font-family: arial, helvetica, geneva, sans-serif;
    background-color: #ffffff;
}
div#wrapper {
    background-image: url(/images/logo.png);
    background-repeat: no-repeat;
    background-position: top;
    background-color: #000000;
    padding-top: 0;
    width: 760px;
}
div#header {
	display: none;
}

div.divider {
	display: none;
}
div#menu {
	display: none;
}
div#menu a {
    text-decoration: none;
    border: 1px solid blue;
    background-color: #ff00ff;
    color: #ffffff;
    padding: 2px 4px;
}
div#share {
    border: 2px solid #ffffff;
    background-color: #ffcc86;
    color: #000000;
    width: 425px;
    margin-left: auto;
    margin-right: auto;
    padding: 8px;
    text-align: center;
}
img.kizzla {
	padding: 5px;
}
p.classes {
	text-align: center;
	margin-top: 1.5em;
}
p.classesleft {
	text-align: left;
	margin-top: 1.5em;
}
.hotpink {
	color: #000000;
}