/* This is the style of your browser text */
html {
	width: 100%;
	height: 100%;
}
	* html {
		border: none;
	}
body {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	background:#4D4D4D;
	margin:0;
	padding:0;
	width: 100%; height: 100%;
}

p {
	margin: .5em 0 1em 0;
	line-height:1.7em;
}

a:link, a:visited {
	text-decoration: none;
	color: #CC3366;
}

a:hover{
	text-decoration: underline;
}

img {
	display: block;
}
a img, img a, img {
	border: none;
}

a, li a, ul a{
color:#CC3366;
}

h1, h2, h3, h4, h5 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: -.05em;
	margin: 0;
	padding: 0;
	line-height: 1em;
}


h1 {
	font-size: 18px;
	color:#335DB7;
}
h2 {
	font-size: 18px;
	color:#335DB7;
}

h3 {
	font-size: 18px;
	color:#335DB7;
}

h4 {
	font-size: 18px;
	color:#335DB7;
}

h5 {
	font-size: 18px;
	color:#335DB7;
}

.clearer{
	clear: both;
	line-height: 0px;
}
/* global styles end */

.container{
	background:url(../UI/bgcentral.jpg) no-repeat top center #4D4D4D;
	margin-left: auto;
	margin-right: auto;
	width:850px;
	text-align:center;
}

        #afterShock{
            position: absolute;
            left: 50%; top: 50%; 
            margin-top: -260px;
            margin-left: -425px;
            width: 850px;
            padding: 0;
        }
        
