/*PSO CSS*/

body{
	color: #444444;
	background-color: #dedede;
	font-family: arial, helvetica, sans-serif;
	margin: 0;
	padding: 0;
	}

#all{
	width: 750px;
	height: 490px;
	margin: 0 auto;
	padding: 0;
	color: #333;
	background-color: #eee;
	border: 1px solid #fff;
	overflow: hidden;
	}
	
	#all img {	
		margin: 0 auto;
		padding: 0;
		text-align: center;
		border: 0px;
		}
	
	#all p{
		font-size: 11px;
		}

#menu {
	background-image: url(bk-m.jpg);
	background-repeat:  repeat-x;
	width: 750px;
	height: 101px;
	}

	#forum {
		position: relative;
		top: 25px;
		left: 357px;
		overflow: hidden;
		}

		#album{
			position: absolute;
			top: 0px;
			left: 60px;
			}
		#favs{
			position: absolute;
			top: 0px;
			left: 86px;
			}
		#music{
			position: absolute;
			top: 0px;
			left: 58px;
			}
		#contact{
			position: absolute;
			top: 0px;
			left: 65px;
			}

#lnks{
	text-align: center;
	margin: 0 auto;
	padding: 0;
	}
	#lnks p{
		color: #dedede;
		}
	#rogvaiv img, #mozilla img {
		border: 0;
		}
