@charset "utf-8";
/* CSS Document */


html{    
    background:url('images/bkg.jpg') no-repeat center center;    
    min-height:100%;    
    background-size:cover;
}

body{    
    min-height:100%;
	margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
	margin-bottom: 0px;
}

#btn1,#btn2,#btn3 {
    background: #ffd200; /*button background color*/    
    -webkit-border-radius: 12;
    -moz-border-radius: 12;
    border-radius: 12px;
    font-family: Arial;
    color: #003e7e; /*button text color*/
    font-size: 20px;
    font-weight: bolder;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
	width: 183px;  
    -moz-box-shadow: 0 0 20px black;
    -webkit-box-shadow: 0 0 20px black;
    box-shadow: 0 0 20px black;
    cursor: pointer;    
	text-align: center;
}

#start{
	position: absolute;
	left: 0px;
	top: 20px;
	line-height: 0px;
}

#button1, #button2, #button3{
	position: relative;
	left: -900px;
	cursor: pointer;
}

#freshman, #mpb, #admin{
	display: none;		
}
#logo1,#logo2, #logo3, #letter1, #letter2, #letter3{	
	margin-bottom: 25px;
}