

#wrapper
{
	width: 80%; margin-left: auto; margin-right: auto; background-color: #3399FF; min-width: 960px; max-width: 2048px;
}

header
{
	background-position: right;
background-repeat: no-repeat;
text-align: center;
height: 100px;
padding: 5px; }
nav { text-align: center; background-color: #FFFFFF; 
        
}

#dumbbell {
	background-image: url(dumbbell.jpg);
		background-position: right;
		background-repeat: no-repeat;
		height: 150px;
	
}

#workout { background-image: url(workout.jpg);
		background-position: right;
		background-repeat: no-repeat;
		height: 150px;
}

#protein { background-image: url(protein.jpg);
		background-position: center;
		padding-left: 10em; padding-right: 10em; 
		background-repeat: no-repeat;
		height: 150px;
}

#snacks { background-image: url(snacks.jpg);
		background-position: center;
		padding-left: 10em; padding-right: 10em; 
		background-repeat: no-repeat;
		height: 150px;
}

#preworkout { background-image: url(preworkout.jpg);
		background-position: center;
		padding-left: 1em; padding-right: 1em; 
		background-repeat: no-repeat;
		
        width: 100%;
        height: 200px;
} 

#bcaas { background-image: url(bcaas.jpg);
		background-position: center;
		padding-left: 1em; padding-right: 1em; 
		background-repeat: no-repeat;
		height: 150px;
}


#contactcolorred { background-color: #FF1100; } 


main { text-align: center; }




