@import url("header.css");
@import url("wrapper.css");
@import url("footer.css");
@import url("home.css");
@import url("menu.css");

/* basic parameters */

body , html {
	margin: 0;
	padding: 0;
}

body {
	background:#000 url(images/bg_body.png) top left repeat-x;
	color:#ccc;
	font: normal 1em/1.4em  arial ,helvetica ,serif;
}

p, ul, li, h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0;}

#global {
	width:1000px;
	margin:0 auto;
}

.clear {
	clear:both;
}

#larger_test {
	width:100%;
	/* background: url(images/test.png) 100px 100px repeat; */
	background:#090909;
}
.lg { Color:#ddd; }
.lg:hover { Color:#FFF; }
.full_contact {
	float:left;
	width:100%;
	height:27px;
	margin: 0;
	padding: 0;
}

.full_contact a {
	width:125px;
	height:100%;
	float:right;
	margin-right:100px;
	color:#ff008d;
	background: url(images/contactez.png) top left no-repeat;
	text-decoration:none;
	font-size:12px;
	text-align:center;
	font-weight:600;
	font-family:arial;
}

.full_contact a:hover , .full_contact a:active , .full_contact a:focus {
	color:#FFF;
}
