/*************** COMMON **************/

html, body { height: 100%; }
	body {
		margin:0; 
		padding:0; 
		background-color: #000000;
		font-family: arial;
		font-size: 12px;
		background-repeat: no-repeat;
	}
	div { position: absolute; }
	.header {
		width: 100%;
		height: 130px;
		position: absolute;
		top: 0px;
		left: 0px;
		background-image: url(img/top_bg.jpg);
		background-repeat: repeat-x;
		z-index: 20;
	}
	.container { top: 130px; left: 0px; }
	.menu { top: 110px; left: 20px; z-index: 30; }
	.showMenu { top: 110px; left: 30px; z-index: 30; }
	.hideMenu { top: 110px; left: 35px; z-index: 30; }
	.transMenu {
		width: 200px;
		height: 266px;
		top: 130px;
		left: -10px;
		z-index: 100;
	}
	.linksDiv {
		padding: 10px;
		line-height: 18px;
		width: auto;
		height: auto;
		top: 136px;
		left: 20px;
		z-index: 200;
	}
	.menuLinks { color: #F0F0F0; text-decoration: none; }
	.menuSelect {
		font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
		background-color: #000000;
		color: #F0F0F0;
		font-size: 12px;
		border: 1px solid #929084;
	}
	option { padding: 0px 4px 0px 4px; }
	a { color: #FA8D28; }
	p, h4, h5 { color: #F0F0F0; }
	.gamertag {
		font-size: 22px;
		font-weight: 600;
		font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
		top: 88px;
		height: 24px;
		white-space: nowrap;
	}
	.gamertagOver {
		font-size: 22px;
		font-weight: 600;
		font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
		top: 88px;
		height: 24px;
		white-space: nowrap;
		color: #600000;
	}
	.gamertagNoise { z-index: 10; background-image: url(img/noise.gif); top: 88px; height: 24px;	}
	.photoDiv { top: 124px; left: 160px; background-image: url(img/photo_bg.jpg); padding: 2px 2px 2px 2px; width: auto;	height: auto; }
	.photo { border: 10px solid #000000; }
	.caption { font-weight: bold; text-align: center;	white-space: nowrap; z-index: 4; }
	.buddiesList {
		top: 266px;
		z-index: 40;
		color: #909090;
		background-color: #000000;
		font-size: 90%;
		line-height: 16px;
		padding: 10px;
		border: 1px solid #929084;
		height: auto;
		width: 110px;
 }
	.buddiesListInfo {
		top: 266px;
		z-index: 40;
		color: #909090;
		background-color: #000000;
		font-size: 90%;
		text-align: center;
		line-height: 16px;
		padding: 6px;
		border: 1px solid #909090;
		height: auto;
		width: 132px;
 }
	#recentlyAddedUpdatedBox {
		position: absolute;
		top: 40px;
		left: 720px;
		z-index: 40;
		color: #D0D0D0;
		background-color: #000000;
		font-size: 90%;
		line-height: 16px;
		padding: 10px;
		border: 1px solid #303030;
		white-space: nowrap;
		height: auto;
		width: auto;
 }
	.credit {	font-size: 90%; white-space: nowrap; }
	.info { padding : 10px 10px 10px 10px; white-space: nowrap;	}
	.captionNoise { z-index: 10; background-image: url(img/caption_noise.gif); height: 16px; }


