body
	{
		font-family:arial;
		font-size:14px;
	}



.Bar-atas
	{
		background-image: url("ms-img/logoPTMS.jpg");
		background-repeat: no-repeat;
		background-size:auto;
		margin-left: auto;
		margin-right: auto;
		width: 50%;
		padding: 0;
		z-index: 1;
		top: 10px;
		left: 0;
		width:100%;
		position: absolute;
		height: 20%;
	}

.bar-tengah
	{
		/*background-color: #02355e;*/
		margin: 0;
		padding: 0;
		z-index: 1;
		top: 25%;
		left: 0;
		width:100%;
		position: absolute;
		height: 20%;

	}

.Bar-bawah
	{
		margin: 0;
		padding: 0;
		z-index: 1;
		bottom: 0;
		left: 0;
		width:100%;
		/*background-color: #619ff4;*/
		background-color: #02355e;
		position: fixed;
		height: 35px;
		border-top:2px solid lightgrey;
		color: white;
	}

.bar-konten1
	{
		background-color:#b8f4f5;
		margin: auto;
		width: 50%;
  		height: 113px;
  		border: 3px solid whitesmoke;
  		padding: 5px;
		text-align: left;
		border-top-right-radius:50px;
		border-bottom-left-radius:50px;

	}