﻿/*-----------------------------------
  GLOBAL
-----------------------------------*/

html, body {
	background: #fff;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	height: 100%;
}

* {
	margin: 0px auto;
}

/*-----------------------------------
  WRAPPER
-----------------------------------*/

#wrapper {
	height: 50%;
	margin-top: -150px;
}

/*-----------------------------------
  CONTAINER
-----------------------------------*/

#container p {
	font-size: 16px;
	margin-left: -22px;
	text-align: center;
}

#container #logo {
	background: url('../images/logo.png') no-repeat;
	display: block;
	height: 173px;
	margin-bottom: 14px;
	width: 275px;
}

