/* @override http://192.168.0.103:8000/media/welcome.css */

*{
	padding: 0px;
	margin: 0px;
	
}
	
html, body {
	padding: 0px;
	margin: 0px;
}

body{
	min-height: 100%;
	min-width: 100%;
	background-color: #1a4065;
	z-index: 0;
}
#welcome{
	z-index: 4;
	position: relative;
	margin-left:auto;
	margin-right:auto;
	width:800px;
	height: 350px;
	padding: 0px;
	
	top: 136px;
	background-color: white;
}
#logo{
	position: absolute;
	top: 30px;
	left: 40px;
}
#title{
	position: absolute;
	top: 36px;
	left: 267px;
	font-size: 30px;
	color: #4054a5;
}
#title p{
	padding-top: 26px;
}
#lineV{
	position: absolute;
	height: 225px;
	width: 5px;
	background-color: #dce0fe;
	left: 240px;
}
#lineH{
	position: absolute;
	height: 10px;
	width: 100%;
	background-color: #dce0fe;
	top: 219px;
}

#buttons{
	position: absolute;
	top: 236px;
	background-color: #dce0fe;
	width: 800px;
	height: 60px;
	border-top: 2px dotted  #4054a5;
	border-bottom: 2px dotted  #4054a5;
	z-index: 200;
}
#buttons a, #buttons a:active, #buttons a:visited{
	border: none;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	top: 18px;
	left: 302px;
	padding-right: 31px;
	text-decoration: none;
	border: none;
}
#buttons img{
	border: none;
}