body {
 background: #000 url(img/mainback.jpg) no-repeat;
 background-position: center center;
 background-attachment: fixed;
 margin: 0;
 padding: 0;
 text-align: center;
}


/*----Typography----*/

a {
 color: #fff;
 text-decoration: none;
 font-weight: bold;
}

a:hover {
 color: #D5D5D5;
 text-decoration: none;
}

#button {
 background: transparent;
 font: 1.0em Arial, Helvetica;
 color: #ccc;
 font-weight: none;
 border: 1px solid #ccc;
}

#buttonclick {
 background: transparent;
 font: 1.0em Arial, Helvetica;
 color: #ADADAD;
 font-weight: none;
 border: 1px solid #ADADAD;
}



/*----Layout----*/

table {
 width: 100%;
 height: 100%;
 border: 0px;
}

td {
 vertical-align: middle;
 text-align: center;
}


#container {
 background: transparent;
 position: absolute;
 top: 50%;
 left: 50%;
 width: 700px;
 height: 500px;
 padding: 0;
 margin-left: -350px;
 margin-top: -250px;
 border: 0px dotted #fff;
}


#header {
 width: 700px;
 height: 70px;
 text-align: center;
 position: relative;
 top: 0px;
 margin-top: 8px;
 padding-top: 0px;
 padding-bottom: 0px;
 border: 0px dotted #fff;
}


#sidebar {
 position: absolute;
 left: 0px;
 top: 70px;
 font: .7em Arial, Helvetica, Verdana, Sans-serif;
 color: #ccc;
 width: 200px;
 height: 430px;
 border: 0px dotted #fff;
}

#sidebar p {
 height: 5px;
}


#main {
 position: absolute;
 left: 200px;
 top: 70px;
 width: 500px;
 height: 430px;
 padding: 0;
 margin: 0;
 border: 0px dashed #ccc;
 overflow: auto;
}

#content {
 font: .7em Arial, Helvetica, Verdana, Sans-serif;
 color: #ccc;
 text-align: justify;
 margin: 0 100 0 85;
}

#content h1 {
 padding: 30 0 0 0;
 margin: 0 0 20 0;
 font: 1.8em Verdana, Arial, Helvetica, Verdana, Sans-serif;
 color: #D5D5D5;
 font-style: oblique;
 text-transform: lowercase;
 text-align: center;
 letter-spacing: .2em;
 font-weight: bold;
 clear: both;
}

#content h2 {
 padding: 15 0 0 0;
 margin: 0;
 font: 1.4em Arial, Helvetica, Verdana, Sans-serif;
 color: #D5D5D5;
 text-transform: none;
 font-weight: normal;
 clear: both;
}

#content ul {
 list-style-type: none;
 margin: 3 8 -3 8;
 line-height: 15px;
 padding: 0;
 clear: both;
 float: left;
}

#content li {
 list-style-type: none;
 line-height: 15px;
 display: block;
 float: none;
 margin: 3 8 -3 8;
 clear: both;
}

#footer {
 font: .6em Arial, Helvetica;
 color: #ADADAD;
 text-align: center;
 position: absolute;
 bottom: 10px;
 left: 50%;
 width: 700px;
 margin-left: -350px;
 padding: 0px;
 border: 0px solid #ccc;
}

#clearer {
 clear: both;
}

#sketchpad {
 height: 450px;
}