﻿@charset "utf-8";
/* CSS Document */
/*****************************/
/*** Core html setup stuff ***/
/*****************************/ 

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    font-size: 100%;
}

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

body {
    line-height: 1;
}

html{
	background-image: url(img/bg.jpg);
	background-color:#000;
	background-position:top center;
}

div.content{
	
	position:relative;
	top:0px;
	width:100%;
	margin:auto;
}

div.center{
		width:1100px;
	margin:auto;
	
}

p{
	color:white;
}

h5{
	color:YELLOW;
}

h1{ font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	width:300px;
	text-align:center;
	color:#FFF;
}

h2{ font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	width:300px;
	text-align:center;
	color:#FFF;
}