/*
Theme Name: Short Stop Bar & Grill
Author: Mankato Web Design
*/

* {
	padding: 0;
	margin: 0;
	behavior: url(/wp-content/themes/shortstop/iepngfix.htc);
}
/* Begin Typography & Colors */
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color:#000000;
}
#enter {
	width:700px;
	margin:0 auto;
	margin-top: 100px;
}
#buttons {
	width:700px;
	margin:0 auto;
}
#button1 {
	float:left;
}
#button2 {
	float:right;
}