html, body{
	margin: 0px;
	color:#000;
}
.wrapper{
	position:absolute;
	width: 100%;
	right:0%;
	left:0%;
	top:0%;
	bottom:0%;
}
.parentcontainer{
	position: absolute;
	right:20%;
	left:20%;
	top:20%;
	bottom:20%;
}
.topcontainer{
	margin-left: auto;
	margin-right: auto;
	max-width: 70%;
}
.bottomcontainer {
	position: relative;
	top:5px;
	max-width: 70%;
	height: 13%;
	margin-left: auto;
	margin-right: auto;
}	
.logo{
	height: 100%;
}
#mlogo {
	width:100%;
	height:100%;
}
.buttonright{
	position:relative;
	width: 50%;
	left: 50%;
	margin-top: auto;
	margin-bottom: auto;
}			
.buttonleft{
	position:relative;
	width: 50%;
	margin-top: auto;
	margin-bottom: auto;
}
#mypage {
	position:absolute;
	top:8%;
	width:100%;
	height:auto;	
}
#profile {
	position:absolute;
	width:100%;
	height:auto;	
}
.link{
	position:absolute;
	top:30%;
	left:10%;
}
