body {
	background-color: #543478;
}
img {
      border: none;
      outline: none;
      border-style: none;
}
#Screen {
    width: 100%; 
    height: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    overflow: hidden;
}
#ToStoryList {
	position:absolute;
	top: 10px;
	left: 20px;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
	-o-transition: all .2s;  
	transition: all .2s;  
}
#Wrapper1 {
	width: 200px;
	height: 565px;
	display: inline-block;
	margin-left: 3px;
	margin-right: 3px;
	vertical-align: top;
	-moz-transition: all 2s;
	-webkit-transition: all 2s;
	-o-transition: all 2s;  
	transition: all 2s;  
}
#LeftSide {
	position: relative;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	-o-transition: all 1s;  
	transition: all 1s;  
}
#TopButton {
	position:absolute;
	width: 187px;
	height: 194px;
	top: 100px;
	left: 20px;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
	-o-transition: all .2s;  
	transition: all .2s;  
	-webkit-transform-origin: center center;
	-moz-transform-origin: center center;
	-o-transform-origin: center center;
	transform-origin: center center;
}
#TopButton:hover {
	transform: scale(1.1,1.1);
	-webkit-transform: scale(1.1,1.1);
}
#BottomButton {
	position:absolute;
	width: 189px;
	height: 186px;
	top: 300px;
	left: 20px;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
	-o-transition: all .2s;  
	transition: all .2s;  
	-webkit-transform-origin: center center;
	-moz-transform-origin: center center;
	-o-transform-origin: center center;
	transform-origin: center center;
}
#BottomButton:hover {
	transform: scale(1.1,1.1);
	-webkit-transform: scale(1.1,1.1);
}		
#Wrapper2 {
	width: 497px;
	height: 599px;
	display: inline-block;
	margin-left: 3px;
	margin-right: 3px;
	vertical-align: top;
	-moz-transition: all 2s;
	-webkit-transition: all 2s;
	-o-transition: all 2s;  
	transition: all 2s;  
}
#RightSide {
	position: relative;
	width: 100%;
	height: 100%;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	-o-transition: all 1s;  
	transition: all 1s;  
}
div.BrowserMessage {
	position: absolute;
	left: 150px;
	top: 10px;
	width: 250px;
	height: 250px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: white;
	font-weight:bold;
	text-align: center;
	display: inline-block;
	z-index: 1;
}