/*****MvC Website Language Select 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;
	}
	blockquote, q {
		quotes: none;
	}
	:focus {
		outline: 0;
	}
	ol, ul {
		list-style: none;
	}

/*****Basic Elements*****/
	body {
		background-color: #000000; 
	}
/*****Page  Elements*****/
	#pagewrap {
		background-color: #000000; 
		height:450px;
		margin: 0 auto;
		position:relative;
		width: 300px;
	}

	#logo {
		 background-image: url('../images/language_select/mvc2logo_aliasblack.png');  
		background-repeat: no-repeat;
		height:140px;
	/*	left:0px */;
		margin: 0 auto;
		position:relative;
		top:210px;
		width:270px;
	}
	
	#menulist {
	background-color: #000000; 
		height:50px;
		margin: 0 auto;
		position:relative;
		width: 196px;
		top:250px;
	}
		#menulist ul {
			list-style:none;
			margin: 0 auto;
			position:relative;
		}
		#menulist li{
			display:inline;
			
		}

		
		