/*=================================================

		CSS for:
		Author: 
		Company:
		Email:
		Creation Date:
		Last Modified:

=================================================*/

/*=================================================

		GLOBALS
		
=================================================*/

/* CSS Reset
-------------------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

fieldset,img { 
	border:0;
}

address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}

ol,ul {
	list-style:none;
}

caption,th {
	text-align:left;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}

q:before,q:after {
	content:'';
}

abbr,acronym { 
	border:0;
}

/* Set 1em == 10px
-------------------------------------------------*/

html {
	font-size: 50%;
}

body {
	font-size: 125%;
}

/*=================================================

		COLOUR & TYPOGRAPHY
		
=================================================*/

body {
	background: #000 url('../images/bg.jpg') no-repeat top center;
	text-align: center;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

/* Headings
-------------------------------------------------*/

h1 {
	display: block;
	width: 350px;
	height: 110px;
	background: transparent url('../images/logo.png') no-repeat top left;
	text-indent: -9999px;
	margin: 0 0 20px 0;
}

h2 {
	
}

h3 {
	
}

h4 {
	
}

h5 {
	
}

h6 {
	
}

/* Paragraphs & Text
-------------------------------------------------*/

p {
	
}

small {
	
}

/* Lists
-------------------------------------------------*/

ul {
	
}

li {
	
}

ol {
	
}

dl {
	
}

dt {
	
}

dd {
	
}

/* Links
-------------------------------------------------*/

a:link, a:active, a:visited {
	
}

a:hover {
	
}

/* Rules
-------------------------------------------------*/

hr {
	
}

/* Forms
-------------------------------------------------*/

fieldset {
	
}

legend {
	
}

form {
	
}

label {
	
}

input, textarea, select {
	padding: 2px;
	font-size: 1.2em;
}

input {
	
}

input[type="radio"], input[type="checkbox"], input[type="submit"], input[type="button"] {
	width: auto;
}

textarea {
	
}

select {
	
}

optgroup {
	
}

option {
	
}

/* Tables
-------------------------------------------------*/

table {
	
}

tr {
	
}

thead {
	
}

th, td {
	padding: 5px;
}

th {
	
}

tbody {
	
}

td {
	
}

tfoot {
	
}

/*=================================================

		STRUCTURE
		
=================================================*/

div#wrapper {
	position: relative;
    width: 350px;
    margin: 100px auto;
    text-align: left;
}

div#wrapper p {
    margin: 0 0 20px 80px;    
}

a#msm {
    display: block;
    width: 52px;
    height: 36px;
    background: transparent url('../images/msm-logo.png') no-repeat top left;
    text-indent: -9999px;    
}

a#msm:hover {
    background-position: 0 -36px;    
}

/*=================================================

		USEFUL CLASSES
		
=================================================*/

/* Usually used for de-bugging
-------------------------------------------------*/

.hidden {
	display: none;
}

.left {
	float: left;
}

.right {
	float: right;
}

.overflow {
	overflow: auto;
}

.clear {
	clear: both;
}
