body {
    font-family:arial, verdana, helvetica, sans-serif;
    font-size:12px;
    color: #fff;
    cursor:default;
    background-color:#000;
}
* {
    margin: 0px;
    padding: 0px;
    text-decoration: none;
}
html {
    height:100%;
}
h1 {
    text-align: center;
    font-family:arial, verdana, helvetica, sans-serif;
    font-size:44px;
    color: #444;
    padding-top:10px;
    padding-bottom: 2px;
}
h2 {
    color: #777;
    text-decoration: underline;
    padding-top: 10px;
    padding-bottom: 5px;
}
#container {
    width: 800px;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
}

#menu_box {
	position:absolute;
	top: 50%;
	left: 50%;
	width:800px;
	height:400px;
	margin-top: -200px;
	margin-left: -400px;
}

#pro {
    float: left;
    width: 150px;
    height: 155px;
    position: absolute;
    left: 25px;
    top: 20px;
}

#tech {
    float: left;
    width: 150px;
    height: 155px;
    position: absolute;
    left: 225px;
    top: 20px;
}

#fun {
    float: left;
    width: 150px;
    height: 155px;
    position: absolute;
    left: 425px;
    top: 20px;
}

#talk {
    float: left;
    width: 150px;
    height: 155px;
    position: absolute;
    left: 625px;
    top: 20px;
}

#banner {
    width: 800px;
    height: 144px;
    position: absolute;
    left: 0px;
    top: 266px;
    visibility: hidden;
}

.banner_text {
    text-align: center;
    font-family:arial, verdana, helvetica, sans-serif;
    font-size:36px;
    font-weight: bold;
    text-shadow: rgb(255,255,255) 2px 2px 5px;
    letter-spacing: 1em;
    color: #000;
    position: absolute;
    width: 800px;
    left: 0px;
    top: 50px;
}

.menu_icon {
    border: 2px solid #222;
}

.menu_text {
    text-align: center;
    font-family:arial, verdana, helvetica, sans-serif;
    font-size:12px;
    letter-spacing: 0.2em;
    color: #333;
}

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

#nav_header {
    position: relative;
    float: right;
    color: #333;
}

#footer_float {
    margin-top: 10px;
    position: absolute;
    float: left;
    left: 0px;
    bottom: 0px;
    width: 100%;
    text-align: center;
    color: #333;
}

#footer {
    margin-top: 10px;
    width: 100%;
    text-align: center;
    color: #333;
}

