/* CSS Document */

#parentContainer {

position: top: 50px; left: auto; margin-left: auto; margin-right: auto;
width: 440px;
height: 550px;
background-color: #000000;
}

#mainContainer {
	position: absolute;
	margin-left: auto; 
	margin-right: auto;
	width: 454px;
	height: 506px;
	background-image: url(../img/main/v6.jpg);
	background-repeat: no-repeat;
}

#v6Container {
	position: absolute;
	margin-left: 0; 
	margin-top: 110;
	width: 97px;
	height: 90px;
	z-index: 5;
}

#headContainer {
position: absolute; top: 5px; left: 5px;
width: 478px;
height: 262px;
border: 1px solid #CC6633;
}

#nav {
	position: absolute;
	margin-top: 81px;
	margin-left: 7px;
	height: 24px;
	width: 345px;
	border: 0px none;
	z-index: 3;
}

#content {
	position: absolute;
	top: 108px;
	left: 5px;
	width: 350px;
	height: 348px;
	border: 1px solid #333333;
	z-index: 1;
}

#friends {
position: absolute; top: 280px; left: 360px;
width: 108px;
height: 220px;
border: 1px solid #CC6633;
overflow: auto
}

#portalContainer {
position: absolute; top: 0px; margin-left: 0px;
width: 88px;
height: 428px;
background-color: #000000;
border: 3px solid #222222;
}

.friendsBorder {
	border: none;
}

a.button {
    width: 93px;
    height: 16px;
	background-color: #CCCCCC;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #CCCCCC;
    font-size: 10px;
    font-family: arial;
    color: #FFFFFF;
    text-align: center;
	text-decoration: none;
}

a:visited.button {
    width: 112px;
    height: 16px;
	background-color: #CCCCCC;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #CCCCCC;
    font-size: 10px;
    font-family: arial;
    color: #FFFFFF;
    text-align: center;
	text-decoration: none;
}

a:active.button {
    width: 112px;
    height: 16px;
	background-color: #666666;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #333333;
    font-size: 10px;
    font-family: arial;
    color: #000000;
    text-align: center;
	text-decoration: none;
}

a:hover.button {
    width: 112px;
    height: 16px;
	background-color: #FFCC99;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #CC6633;
	border-bottom-color: #CC6633;
	border-left-color: #FFCC99;
    font-size: 10px;
    font-family: arial;
    color: #000000;
    text-align: center;
	text-decoration: none;
}

.bodyMain {
	background-color: #000000;
}
