* { padding: 0; margin: 0; }

/* links */
/* ............................................................................................................  */


/* All classes for browser specific css
.browserIE
.browserIE6
.browserIE7
.browserIE8
.browserChrome
.browserChrome1
.browserSafari
.browserSafari1
.browserSafari2
.browserSafari3
.browserMozilla
.browserFirefox
.browserFirefox1
.browserFirefox2
.browserFirefox3
.browserOpera
*/

img {
border: none;
}



/* Fixed position items on the screen */
/* ............................................................................................................  */



/* Portfolio content items*/
/* ............................................................................................................  */

body {
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 0.8em;
color: #ffffff;
background-image: url("http://marcdostie.com/style/images/backgroundimage.png");
background-repeat: repeat-x;
background-color: #ffffff;
margin:0;
padding:0;
}

#wrapper {
margin: auto;
height: 400px;
width: 600px;
}

#logo {
background-image: url("http://marcdostie.com/style/images/logo2.png");
background-position: center top;
background-repeat: no-repeat;
height: 50px;
width: 600px;
margin-bottom: 30px;
}

#box {
background-image: url("http://marcdostie.com/style/images/box.png");
background-repeat: no-repeat;
width: 600px;
height: 320px;
}

#text {
letter-spacing: 0.05em;
line-height: 30px;
width: 520px;
height: 198px;
text-align: center;
padding: 40px;

}




/* General classes */
/* ............................................................................................................  */


.centered {
margin-left: auto; margin-right: auto;
}
.floatright {
float: right;
}
.floatleft {
float: left;
}

.clearboth {
clear: both;
}

.hidden {
visibility: hidden;
}

#toptext {
	font-size: 1.5em;
}

#exclamation {
	color: white;
	font-size: 7em;
}


