/********************************* CSS-Reset **********************************/
* {
    margin: 0;
    padding: 0;
}

/*********** *******************************************************************
 * Following snippets are from normalize.css.
 * See http://necolas.github.com/normalize.css/ 
 *******************************************************************************/
/*
 * Removes border when inside `a` element in IE 8/9.
 */
img {
	border: 0;
}

/*
 * Removes inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}