html, body, div, p, a {
margin: 0;
padding: 0;
}

body {
background: url('bg.gif');
font: 11px "courier new",courier, Monaco, Andale Mono, monospace; 
}

a:link {
color: #000000; 
text-decoration: none;
}

a:visited {
color: #000000; 
text-decoration: none;
}


a:hover {
background: #ffe25b; 
color: #000000;
text-transform: uppercase; 
z-index: 1; 
}

a:active {
color: #000000;
background: #40c8f4; 
font-weight: bold; 
text-decoration: none;
text-transform: uppercase; 
}




/*KAYCE'S NAME*/
#kayce {
background: #40c8f4; 
color: #eff3f4;
filter: alpha(opacity=60); 
font-size: 43px;
font-weight: normal;
				left: 80px; 
opacity: .60;
position: fixed; 
				top: 60px; 
z-index: 4; 
}

#yellowbox {
background-color: #ffe25b;
font-size: 43px; 
				height: 44px;
				left: 88px; 
position: fixed; 
				top: 68px; 
				width: 308px;
z-index: 2; 
}

#linessmall {
color: #999;
font-size: 24px; 
				left: 86px; 
position: fixed; 
				top: 84px;
z-index: 3;
}
/*END KAYCE'S NAME*/







/*NAVIGATION*/
#navlink {
background-color: #eff3f4; 
filter: alpha(opacity=75); 
				height: 490px;
				left: 70px; 
opacity: .75;
position: fixed; 
				top: 117px; 
				width: 140px;
z-index: 4; 
}

#navboxbg {
background-color: #ffe25b;
				height: 490px; 
				left: 62px; 
position: fixed; 
				top: 125px; 
				width: 140px; 
z-index: 3; 
}
/*END NAVIGATION*/








/*CONTENT BOX*/
#contenttext {
background-color: #eff3f4; 
filter: alpha(opacity=75); 
				left: 226px; 
opacity: .75;
position: relative; 
				width: 550px; 
z-index: 2; 
}

#contenttext2 {
filter: alpha(opacity=60); 
				left: 226px; 
opacity: .60;
position: relative; 
				width: 550px; 
z-index: 2; 
}

#contentbg {
background-color: #40c8f4; 
				left: 218px; 
position: absolute; 
				top: 125px; 
				width: 550px; 
z-index: -1; 
}

#content {
position: absolute; top: 117px; }

#contentbg p {
visibility: hidden;
}

#contentimg {
				left: 226px; 
position: relative;
		
z-index: 2; 
}
/*END CONTENT BOX*/



/*GLOBAL FORMATTING*/
.bold {
font-weight: bold;
}
/*END GLOBAL FORMATTING*/

















