{
    background-color: black;    
}

p {
    position: relative;
    font-family: monospace;
    background-color: black;
    text-decoration: none;
    color: green;
    font-size: 1.4em;
}	

h2 {
    position: relative;
    font-family: monospace;
    background-color: black;
    text-decoration: none;
    color: green;
    font-size: 1.5em;
font-weight: bold;
}

h3 {
    position: relative;
    font-family: monospace;
    background-color: black;
    text-decoration: none;
    color: green;
    font-size: 1.3em;
}

a {
    color: grey;
}

p.two {
    position: relative;
    font-family: monospace;
    background-color: black;
    text-decoration: none;
    color: grey;
    font-size: 1.1em;
}	

body {
    background-color: black;
}

td {
vertical-align:top;
margin: 0 auto;
width:50%;
}

#page-wrap {
     width: 851px;
     margin: 0 auto;
     margin-top:10px;     
}

#wrapper {
   overflow: hidden; /* clear the float */
}

#lcol {
width:48%;
float:left;
display:block;
}
#rcol {
float:left;
width:52%;
}


ul.special {
		cursor: default;
	}

		ul.special li {
			-moz-transition: top .15s ease-in-out;
			-webkit-transition: top .15s ease-in-out;
			-ms-transition: top .15s ease-in-out;
			transition: top .15s ease-in-out;
			position: relative;
			display: inline-block;
			margin: 0 1.5em 0 1.5em;
			top: 0;
		}

			ul.special li:hover {
				top: -10px;
			}

				ul.special li:hover a {
					background: #b9d2ce;
				}

		ul.special a {
			-moz-transition: background-color .2s ease-in-out;
			-webkit-transition: background-color .2s ease-in-out;
			-ms-transition: background-color .2s ease-in-out;
			transition: background-color .2s ease-in-out;
			display: block;
			position: relative;
			background: #c1cac5;
			width: 4em;
			height: 4em;
			border-radius: 2em;
			outline: 0;
		}

			ul.special a:before {
				position: absolute;
				width: 64px;
				height: 64px;
				font-size: 48px;
				line-height: 64px;
				left: 50%;
				top: 50%;
				margin-top: -32px;
				margin-left: -32px;
				color: #fff;
				text-align: center;
			}

#links {
		top:20px;
		left: 50%;
		width: 851px;
		margin-left: -470px; /* half of width */
		position:absolute;
		height:159px;
		text-align:right;
		background-color:#transparent;
		z-index:81;
}

#poos {
width: 50%;
float: left;
}


#wees {
width: 50%;
float: right;
}