/*CSS RESET*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body{
font-family: Calibri, "Trebuchet MS", Arial;
font-size: 15px;
color: #FFFFFF;
background: #111111 url('images/bg.png') center top repeat-y;
margin: 20px;
}
img{
border: thin solid #FFFFFF;
}
a{
color: #0099cc;
}
.container{
	width: 400px;
	margin: 20px auto;
}
.main-image{
float:left;
	border:none !important;
}
.menu{
	float:right;
	list-style:none;
}
.menu li, .button{
	background: #0099cc;
	text-align: center;
	padding: 5px;
	margin: 10px 0px;
	box-shadow: 0px 0px 10px #000000;
	-webkit-box-shadow: 0px 0px 10px #000000;
	-moz-box-shadow: 0px 0px 10px #000000;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	text-shadow: 0px 0px 5px #000000;
	font-weight: bold;
	cursor: pointer;
}
.content{
	clear:both;
	display:none;
}
h1{
font-size: 55px;
text-shadow: 0px 0px 10px #000000;
}
h2{
font-size: 40px;
text-shadow: 0px 0px 10px #000000;
}
p{
padding-bottom: 10px;
text-align: justify;
}
