@charset "UTF-8";

/* Layout Medium Screens */

header {
	height: 200px;
	background-image: url(../images/base/SSDiscoHeaderMedium1.png);
	background-repeat: no-repeat;
	background-position: 90% 0px;
	display: block;
}

header a.logo {
	width: 150px;
	height: 125px;
	top: 30px;
	right: 20px;
	background-image: url(../images/base/MinhasCouponsLogo5Med.png);
}

nav {
	top: 180px;
	width: 75%;
	position: absolute;
	left: 20%;
}
nav a { margin-right: 20px; }

body { background-image: none; }
