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

body
{
	background: url("pic/background.jpg") center top no-repeat #01090c;
	height: 1550px;
    font-family: Arial, sans-serif;
}

a
{
	color: #7DA718;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

.twitter-timeline
{
    left: 650px;
    position: absolute !important;
    top: 290px;
}

#cime
{
    position: absolute;
	left: 50%;
	margin-left: -600px;
	width: 1200px;
	height: 500px;
}

#news
{
	width: 547px;
	padding: 10px;
	height: 380px;
	overflow: auto;
	color: white;

	position: absolute;
	top: 275px;
	left: 40px;
	font-size: 12px;
}

#news h2
{
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 14px;
	font-family: Arial;
	font-variant: small-caps;
}

#mucomplex
{
	position: absolute;
	top: 706px;
	left: 50%;
	margin-left: -500px;
	width:1000px;
	height:500px;
}

#mucomplex img
{
}

#mucomplex .desc
{
    text-align: left;

    position: absolute;
    top: 206px;
    width: 1031px;
    height: 274px;
}

#mucomplex .desc a
{
    float: left;
}

#mucomplex .desc p
{
    width: 520px;
    float: right;
    font-size: 14px;
    color: #2b3840;
}

#mucomplex .buybutton
{
    display: block;
    text-indent: -9999px;
    overflow: hidden;

    position: absolute;
    top: 566px;
    left: 50%;
    margin-left: -100px;

    background-image: url("pic/button.png");
    background-repeat: no-repeat;
    width: 256px;
    height: 61px;
    display: block;
}

#mucomplex .buybutton:hover
{
    background-position: bottom;
}
