@charset "UTF-8";
/* CSS Document */

/*Ohio University Multimedia Society*/

/*Begin Header*/
#header {
}

#logo h1 {
	height: 135px;
	width: 341px;
	padding-top: 5px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: center;
}

#login {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 50px;
	width: 325px;
	background-image: url(../images/login.png);
	background-repeat: no-repeat;
	background-position: center;
}

#next-meeting h3 {
	height: 252px;
	width: 284px;
	background-image: url(../images/next-meeting.png);
	background-repeat: no-repeat;
	background-position: center;
}

#next-meeting {
	padding-top: 25px;
}

.next-meeting {
	position: absolute;
	height: 150px; 
	width: 230px;
	left: 29px;
	top: 229px;
}

.next-meeting p {
	padding-bottom: 15px;
}

#welcome-message h2 {
	height: 45px;
	width: 465px;
	padding-bottom: 25px;
	background-image: url(../images/welcome.png);
	background-repeat: no-repeat;
	background-position: center;
}

#welcome-message {
	position: absolute;
	width: 563px;
	left: 395px;
	top: 150px;
}

.welcome-message p {
	padding-left: 3px;
}

#welcome-message .welcome {
	padding-bottom: 23px;
}
