@charset "utf-8";
/* Global CSS */
/*************************************/
/*
/*	HTML ELEMENTS TO OVERRIDE RESET STYLE SHEET
/*
/*************************************/
* {
	margin:0px;
	padding:0px;
}
#wrapper {
	height:755px;
	margin:0 auto;
	overflow:hidden;
	width:1025px;
	background-image:url('/images/collegeed/jump-page.jpg');
	background-repeat:no-repeat;
}
#button-left {
	left:25px;
	position:relative;
	top:705px;
	width:260px;
}
#button-right {
	position:relative;
	right:-743px;
	top:666px;
	width:260px;
}

