@charset "utf-8";
#MainContainer {
	height: 600px;
	width: 960px;
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	margin-top: 9%;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;	
/*overflow-y:scroll;
	overflow-x:scroll;*/
}

#EdgeContainer {
	height: 600px;
	width: 960px;
	overflow: visible;
}
#GooglePlusWrapper {
	height: 24px;
	width: 24px;
	position: absolute;
	z-index: 5;
	float: left;
	overflow: visible;
	bottom: 10px;
	left: 80px;
}

#GooglePlusContainer {
	height: 24px;
	width: 24px;
	z-index: 10;
	position: relative;
	overflow: visible;
	margin-top: 2px;
}


#FacebookWrapper {
	height: 24px;
	width: 24px;
	position: absolute;
	z-index: 5;
	overflow: visible;
	left: 136px;
	bottom: 10px;
	float: left;
}


#FacebookContainer {
	height: 20px;
	width: 80px;
	z-index: 10;
	position: relative;
	overflow: hidden;
}
#TweetWrapper {
	height: 24px;
	width: 24px;
	position: absolute;
	float: left;
	overflow: visible;
	z-index: 5;
	left: 215px;
	bottom: 10px;
}
#TweetContainer {
	height: 20px;
	width: 20px;
	position: relative;
}


#fb-root {
	height: 24px;
	width: 240px;
	z-index: 10;
	position: relative;
	overflow: visible;
}
