@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}

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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	/*vertical-align: baseline;*/
}

/*START: Clear fix */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}

/* remember to define focus styles! */
:focus {
	outline: 0;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/*****End****/

body {
    background:url(../images/bg_blocks.gif) repeat left top;
	line-height: 1.2em;
	color: white;
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
}
#wrapper {
	margin: 0 auto;
	height: 688px;
	width: 1002px;
	position: relative;
}
.mainContainer {
    background:url(../images/bg_main.png) repeat left top;
	float: left;
	height: 631px;
	width: 1002px;
}
.liveDreams {
	margin: 0 auto;
	height: 181px;
	width: 914px;
}
.liveDreams img {
	padding-left: 11px;
}
.competitionDetails {
	background:url(../images/bg_competition_details.png) no-repeat left top;
	height: 256px;
	display: block;
	margin: -17px auto 0 auto;
	width: 660px;
}
.competitionDetails .contentMain {
	height: 256px;
	padding: 34px 40px 0 40px;
	text-align: center;
	width: 586px;
}
.competitionDetails .contentMain p {
	font-size: 1.8em;
	line-height: 1.1em;
	margin: 0 0 16px 0; 
}
.competitionDetails .contentMain p span a {
	color: #fff;
	cursor: pointer;
}
.footer {
	float:left;
	height: 30px;
	margin: 0 auto;
	width: 1002px;
}
.footer .footerContent {
	background-color:#000;	
	height: 30px;
	margin: 0 auto;
	width: 960px;
}
.footer img {
	float:left;
	padding: 7px 0 0 7px;
}
.logo {
	float: right;
	margin: 5px 0 0 0;
	width: 251px;
}
.logo ul {
	float: right;
}
.logo ul li {
	float: left;
	font-size: 1.1em;
	margin: 5px 7px 0 0;
}
.logo ul li.last {
	margin: 0;
}
.logo img {
	padding:0 9px 0 9px;
}