@charset "UTF-8";

/*-------------------------------------------------------------------- 

[Master Stylesheet] 
  
- Project:    Musketeers Placeholder Page
- Version:    2.0 

- Author: 	Sebastian Jaramillo T.
- Contact: 	hello@sebastianjt.com

- Last CSS Update: 2010-03-16 
			
-------------------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
}

body {
	color: #f1f1f1;
	background-color: #208ca5;
}

/*------ Clear Fix ------*/

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/* End hide from IE-mac */
/*----------------------*/

div#wrapper {
	height: 100%;
	width: 100%;
	min-height: 400px;
	position: absolute;
}

h1#mc_logo {
	background: url("../imgs/musketeers_logo.jpg") no-repeat scroll 0 0 transparent;
	width: 383px;
	height: 0px;
	padding-top: 81px;
	overflow: hidden;
	margin: 20px 30px;
}

h2#mc_slogan {
	background: url("../imgs/musketeers_slogan.jpg") no-repeat scroll 0 0 transparent;
	width: 957px;
	height: 0px;
	padding-top: 235px;
	overflow: hidden;
	position: absolute;
	left: 30px;
	bottom: 30px;
}













