CSS stands for Cascading style sheets, basically how the webpage is visually displayed, so pretty much similar to HTML. This is a 'style sheet language' used to descirbe the presentation of a website and also the look and formatting of a document written in a mark-up language (HTML/XHTML)
This includes setting formatting for type, layout, colours, margins, backgrounds and border which are all used on the page of the website, this is all by Mark-up language.
<div> tags are usually used, basically a box that all content and instructions are put into, style sheets are used to control the size, shape and layout of these boxes.
When building a website in dreamweaver, all the settings are automatically converted to CSS.

