/*-----------------------------------------------------------------------------------
	RESET
-----------------------------------------------------------------------------------*/

* { margin:0px; padding:0px; }


/*-----------------------------------------------------------------------------------
	LAYOUT
-----------------------------------------------------------------------------------*/

body { background: #ffffff url(../images/bg.jpg) no-repeat center top; }

#wrapper { 
	text-align: center;
	width: 100%; }
	
#container { 
	height: 100%;	 
	margin-left: auto; 
	margin-right: auto; 
	width: 700px; }

#logo {	
	border: 0px;
	position: relative;
	top: 80px;
}

#disco {	
	border: 0px;
	position: relative;
	top: 100px;
}

#socialnet {	
	border: 0px;
	position: relative;
	top: 150px;
}

#video {	
	border: 0px;
	position: relative;
	top: 200px;
}