/*
	Theme Name: Mario
	Theme URL: http://www.aionstudio.com
	Description: An original company by Mario Outten
	Author: Mario Outten
	Author URI: http://www.aionstudio.com
	Version: 2.0
	Tags: 
*/

/*====================================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{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}
/*====================================/END CSS RESET=========================================*/


/*====================================UNIVERSAL SELECTOR=========================================*/
*{
	margin: 0px auto;
}
/*====================================/END UNIVERSAL SELECTOR=========================================*/


/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://perishablepress.com/press/2009/12/06/new-clearfix-hack */

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

/*
	The following zoom:1 rule is specifically for IE6 + IE7.
	Move to separate stylesheet if invalid CSS is a problem.
*/
* html .clearfix,
*:first-child+html .clearfix {
	zoom: 1;
}

/*=======================================Text Styles================================*/
p{
	color: #ccc;
	padding: 0px 0px 0px 0px;
	font-size: 12px;
		
}




body{
	background: url(images/bg.jpg);
	/*text-shadow:0 1px 0 rgba(255, 255, 255, 0.6);*/
	font:12px/1.5 'Helvetica Neue',Arial,'Liberation Sans',FreeSans,sans-serif;
	text-align: center;
}

a {
	color: #fff;
	text-decoration: underline;
}

#container{
	background: url(images/bg-image.jpg) no-repeat center top;
	width: 864px;
	margin: 0px auto;
	position: relative;
	height: 656px;
}



#content{
	width: 864px;
	background: #333;
	background-color: rgb(0,0,0);
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	border: 1px solid #111;
	border-radius: 1px;
	position: absolute;
	left: 1px;
	top: 314px;
	padding: 10px 10px;
}
